From 079b613d373c9ea317d49941728da146dad32356 Mon Sep 17 00:00:00 2001 From: saturneric Date: Tue, 23 Jan 2024 20:27:30 +0800 Subject: feat: add a setting to enable gpgme debug log --- src/ui/dialog/import_export/KeyServerImportDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/dialog/import_export/KeyServerImportDialog.cpp') diff --git a/src/ui/dialog/import_export/KeyServerImportDialog.cpp b/src/ui/dialog/import_export/KeyServerImportDialog.cpp index 599d512d..296df539 100644 --- a/src/ui/dialog/import_export/KeyServerImportDialog.cpp +++ b/src/ui/dialog/import_export/KeyServerImportDialog.cpp @@ -411,7 +411,7 @@ void KeyServerImportDialog::slot_import_finished( set_loading(false); if (!success) { - GF_UI_LOG_ERROR("Error From Reply", buffer.toStdString()); + GF_UI_LOG_ERROR("error from reply: {}", buffer); set_message(err_msg, true); return; } -- cgit v1.2.3