diff options
author | saturneric <[email protected]> | 2024-01-18 12:58:37 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-18 12:58:37 +0000 |
commit | e0d2c4021483e6e1366c1050ccb5a30e53e172bb (patch) | |
tree | 5d85739479622e7c672aea45f84d4e2f577f9332 /src/core/utils/LogUtils.h | |
parent | fix: correct a fault (diff) | |
download | GpgFrontend-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.h | 2 |
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__) |