aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/utils/LogUtils.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-18 12:58:37 +0000
committersaturneric <[email protected]>2024-01-18 12:58:37 +0000
commite0d2c4021483e6e1366c1050ccb5a30e53e172bb (patch)
tree5d85739479622e7c672aea45f84d4e2f577f9332 /src/core/utils/LogUtils.h
parentfix: correct a fault (diff)
downloadGpgFrontend-e0d2c4021483e6e1366c1050ccb5a30e53e172bb.tar.gz
GpgFrontend-e0d2c4021483e6e1366c1050ccb5a30e53e172bb.zip
fix: add test cases and solve discovered issues
Diffstat (limited to 'src/core/utils/LogUtils.h')
-rw-r--r--src/core/utils/LogUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/utils/LogUtils.h b/src/core/utils/LogUtils.h
index d838e830..a1a5685a 100644
--- a/src/core/utils/LogUtils.h
+++ b/src/core/utils/LogUtils.h
@@ -109,4 +109,4 @@ void GPGFRONTEND_CORE_EXPORT RegisterSyncLogger(const QString &,
#define GF_LOG_WARN(ID, ...) \
SPDLOG_LOGGER_WARN(GpgFrontend::GetLogger(ID), __VA_ARGS__)
#define GF_LOG_ERROR(ID, ...) \
- SPDLOG_LOGGER_ERROR(GpgFrontend::GetLogger(ID), __VA_ARGS__) \ No newline at end of file
+ SPDLOG_LOGGER_ERROR(GpgFrontend::GetLogger(ID), __VA_ARGS__)