commit 34fa6b6bda7d78fe9d4d7f6c55f7fad42d698974 parent 158aa7fb0d04dd996f71308c924b9fa1e39a1624 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 14 Jan 2021 18:19:08 +0100 Upd the prefix of the log message Replace AtrGM by AtrSTM Diffstat:
| M | src/atrstm_log.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/atrstm_log.h b/src/atrstm_log.h @@ -18,9 +18,9 @@ #include <rsys/rsys.h> -#define MSG_INFO_PREFIX "AtrGM:\x1b[1m\x1b[32minfo\x1b[0m: " -#define MSG_ERROR_PREFIX "AtrGM:\x1b[1m\x1b[31merror\x1b[0m: " -#define MSG_WARNING_PREFIX "AtrGM:\x1b[1m\x1b[33mwarning\x1b[0m: " +#define MSG_INFO_PREFIX "AtrSTM:\x1b[1m\x1b[32minfo\x1b[0m: " +#define MSG_ERROR_PREFIX "AtrSTM:\x1b[1m\x1b[31merror\x1b[0m: " +#define MSG_WARNING_PREFIX "AtrSTM:\x1b[1m\x1b[33mwarning\x1b[0m: " struct atrstm; struct logger;