aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-30 18:48:25 +0000
committersaturneric <[email protected]>2024-07-30 18:48:25 +0000
commit99c1b2c3ed902969d8940e384ff9fcd2805098b0 (patch)
treea86ab01bbe3f85318f869ffdebfcba623be6a857 /src/test
parentfeat: simplify logging (diff)
downloadGpgFrontend-99c1b2c3ed902969d8940e384ff9fcd2805098b0.tar.gz
GpgFrontend-99c1b2c3ed902969d8940e384ff9fcd2805098b0.zip
fix: do clean up
Diffstat (limited to 'src/test')
-rw-r--r--src/test/GpgFrontendTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/GpgFrontendTest.cpp b/src/test/GpgFrontendTest.cpp
index ce026b19..d593d03d 100644
--- a/src/test/GpgFrontendTest.cpp
+++ b/src/test/GpgFrontendTest.cpp
@@ -85,7 +85,7 @@ void ImportPrivateKeys(const QString& data_path, QSettings settings) {
GpgKeyImportExporter::GetInstance(kGpgFrontendDefaultChannel)
.ImportKey(gf_buffer);
} else {
- qCWarning(test) << "read from key file failed: " << key_file;
+ FLOG_W() << "read from key file failed: " << key_file;
}
}
}