diff options
Diffstat (limited to 'src/ui/main_window/KeyMgmt.cpp')
-rw-r--r-- | src/ui/main_window/KeyMgmt.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/main_window/KeyMgmt.cpp b/src/ui/main_window/KeyMgmt.cpp index bb158a2b..09746140 100644 --- a/src/ui/main_window/KeyMgmt.cpp +++ b/src/ui/main_window/KeyMgmt.cpp @@ -413,7 +413,7 @@ void KeyMgmt::SlotExportKeyToClipboard() { } if (data_obj == nullptr || !data_obj->Check<GFBuffer>()) { - GF_CORE_LOG_ERROR("data object checking failed"); + qCWarning(ui, "data object checking failed"); QMessageBox::critical(this, tr("Error"), tr("Unknown error occurred")); return; @@ -572,7 +572,6 @@ void KeyMgmt::SlotImportKeyPackage() { return; } - GF_UI_LOG_INFO("importing key package: {}", key_package_file_name); CommonUtils::WaitForOpera( this, tr("Importing"), [=](const OperaWaitingHd& op_hd) { KeyPackageOperator::ImportKeyPackage( |