diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-31 02:33:46 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-31 02:33:46 +0300 |
commit | adfbd68fc806c2c1fa79e0e878d2ff76a76bee8b (patch) | |
tree | 0109706396bfb5899524ce17ae65e0ba99a2d5b5 /gpg_wrapper.cpp | |
parent | afe644994d365883bb683cdaf79e383259632d6e (diff) |
modified: gpg_wrapper.cpp
modified: messages.cpp
Diffstat (limited to 'gpg_wrapper.cpp')
-rw-r--r-- | gpg_wrapper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpg_wrapper.cpp b/gpg_wrapper.cpp index 1907ed1..de34f2c 100644 --- a/gpg_wrapper.cpp +++ b/gpg_wrapper.cpp @@ -89,7 +89,7 @@ pxResult pxExecute(wstring *acommandline, char *ainput, string *aoutput, LPDWORD mir_free(home_dir); } - debuglog<<"in: "<<commandline<<"\n"; + debuglog<<"gpg in: "<<commandline<<"\n"; gpg_mutex = CreateMutex(NULL, FALSE, NULL); @@ -127,7 +127,7 @@ pxResult pxExecute(wstring *acommandline, char *ainput, string *aoutput, LPDWORD storeOutput(readstdout,aoutput); - debuglog<<"out: "<<aoutput->c_str()<<"\n"; + debuglog<<"gpg out: "<<aoutput->c_str()<<"\n"; WaitForSingleObject(pri.hProcess,INFINITE); |