diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2018-05-16 16:10:54 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-05-16 16:10:54 +0200 |
commit | a4307d86322206a47b57ce44cdc97c15f94b4a4b (patch) | |
tree | 3b7f8e18c4cc126bfbfef6b585d7e8cc65da75a3 /NitrokeyManager.cc | |
parent | 60d95733617035f3fde5728e521e642b5f4e8e6c (diff) | |
download | libnitrokey-a4307d86322206a47b57ce44cdc97c15f94b4a4b.tar.gz libnitrokey-a4307d86322206a47b57ce44cdc97c15f94b4a4b.tar.bz2 |
Handle LOGD1 on disabled logginggeneral
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'NitrokeyManager.cc')
-rw-r--r-- | NitrokeyManager.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NitrokeyManager.cc b/NitrokeyManager.cc index 6a89a5b..966ed64 100644 --- a/NitrokeyManager.cc +++ b/NitrokeyManager.cc @@ -31,6 +31,7 @@ #include "libnitrokey/cxx_semantics.h" #include <functional> #include <stick10_commands.h> +#include "libnitrokey/log.h" std::mutex nitrokey::proto::send_receive_mtx; |