summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/log.h
diff options
context:
space:
mode:
authorAlexander Gluzsky <sss123next@list.ru>2013-01-12 06:34:11 +0000
committerAlexander Gluzsky <sss123next@list.ru>2013-01-12 06:34:11 +0000
commite7c4081ac0449d998b274d46e6869f69abdecf36 (patch)
treed14d616c2648324439a09e0b098cdefc33dd52b5 /plugins/New_GPG/src/log.h
parent347b22f4feab779fe808f3dcfd93206a85e497ed (diff)
additional private keys checks
additional debug and error messages improoved debug logging removed metacontcats encodings problem workaround git-svn-id: http://svn.miranda-ng.org/main/trunk@3062 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG/src/log.h')
-rwxr-xr-xplugins/New_GPG/src/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/New_GPG/src/log.h b/plugins/New_GPG/src/log.h
index ed1950947c..9d1dcb39e6 100755
--- a/plugins/New_GPG/src/log.h
+++ b/plugins/New_GPG/src/log.h
@@ -30,6 +30,7 @@ private:
fstream log;
TCHAR *path;
boost::mutex log_mutex;
+ bool _bDebugLog;
};
#endif