summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/New_GPG/src/options.cpp')
-rwxr-xr-xplugins/New_GPG/src/options.cpp2
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-----");