Skip to content

Commit a0108e9

Browse files
author
Omer Bulut
committed
fix: add test comment for workflow testing
1 parent ff5fab3 commit a0108e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Logger.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,4 +323,4 @@ class Logger {
323323
#define LOG_INFO(msg) logger.info(msg)
324324
#define LOG_WARNING(msg) logger.warning(msg)
325325
#define LOG_ERROR(msg) logger.error(msg)
326-
#define LOG_FATAL(msg) logger.fatal(msg)
326+
#define LOG_FATAL(msg) logger.fatal(msg) // Test comment for workflow

0 commit comments

Comments
 (0)