diff options
Diffstat (limited to 'plugins/New_GPG/src/ui.cpp')
-rwxr-xr-x | plugins/New_GPG/src/ui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/New_GPG/src/ui.cpp b/plugins/New_GPG/src/ui.cpp index 05f1675744..f3fcda137d 100755 --- a/plugins/New_GPG/src/ui.cpp +++ b/plugins/New_GPG/src/ui.cpp @@ -133,7 +133,7 @@ bool CDlgChangePasswdMsgBox::OnApply() if (params.child) params.child->terminate(); if (globals.bDebugLog) - globals.debuglog << std::string(time_str() + ": GPG execution timed out, aborted"); + globals.debuglog << "GPG execution timed out, aborted"; return true; } @@ -315,7 +315,7 @@ void CDlgFirstRun::onClick_CHANGE_PASSWD(CCtrlButton*) if (params.child) params.child->terminate(); if (globals.bDebugLog) - globals.debuglog << std::string(time_str() + ": GPG execution timed out, aborted"); + globals.debuglog << "GPG execution timed out, aborted"; this->Close(); } } |