diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-18 14:00:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-18 14:00:04 +0300 |
commit | 25d467883b6f659cd2a986ec9036d9182c9da973 (patch) | |
tree | 55e7754d714fbe69791751f7a5309581d416d4c9 /plugins/New_GPG/src/options.cpp | |
parent | ebfa7bb38008959e52a20fcd8a4330e07058dabf (diff) |
NewGPG: logger optimization
Diffstat (limited to 'plugins/New_GPG/src/options.cpp')
-rwxr-xr-x | plugins/New_GPG/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/options.cpp b/plugins/New_GPG/src/options.cpp index 347c7ecbbc..c936e30c5a 100755 --- a/plugins/New_GPG/src/options.cpp +++ b/plugins/New_GPG/src/options.cpp @@ -951,7 +951,7 @@ public: if (key_buf.empty()) { key_buf.clear(); if (globals.bDebugLog) - globals.debuglog << std::string(time_str() + ": info: Failed to read key file"); + globals.debuglog << "info: Failed to read key file"; return; } ws2 = key_buf.find(L"-----END PGP PUBLIC KEY BLOCK-----"); |