From 4e345eeb99fc01ebecefa05a4ad46e5994681b6b Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 22 Nov 2022 18:21:20 +0100 Subject: [PATCH] added missing comment to initLogger --- include/logger/logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/logger/logger.h b/include/logger/logger.h index e538f89..af5e47b 100644 --- a/include/logger/logger.h +++ b/include/logger/logger.h @@ -1,6 +1,6 @@ #ifndef WHY2_LOGGER_LOGGER_H #define WHY2_LOGGER_LOGGER_H -int initLogger(char *directoryPath); +int initLogger(char *directoryPath); //CREATES LOGGING FILE IN directoryPath #endif \ No newline at end of file