diff options
author | Daniel M. Pelt <D.M.Pelt@cwi.nl> | 2015-03-13 17:22:41 +0100 |
---|---|---|
committer | Daniel M. Pelt <D.M.Pelt@cwi.nl> | 2015-03-13 17:26:35 +0100 |
commit | 35fadf8641b05d357a37e8098b9a801ba0e815b9 (patch) | |
tree | 941eb461bb05065ce2dfcbf3dc423b19748d17ed /include/astra | |
parent | f21700e00e81538d5510973a51b8ae97fb4a24dd (diff) | |
download | astra-35fadf8641b05d357a37e8098b9a801ba0e815b9.tar.gz astra-35fadf8641b05d357a37e8098b9a801ba0e815b9.tar.bz2 astra-35fadf8641b05d357a37e8098b9a801ba0e815b9.tar.xz astra-35fadf8641b05d357a37e8098b9a801ba0e815b9.zip |
Use a less verbose default fmt for screen logging and cleaner messages
Diffstat (limited to 'include/astra')
-rw-r--r-- | include/astra/clog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/astra/clog.h b/include/astra/clog.h index 3b7e18b..ce082df 100644 --- a/include/astra/clog.h +++ b/include/astra/clog.h @@ -299,10 +299,10 @@ extern struct clog *_clog_loggers[CLOG_MAX_LOGGERS]; #ifdef CLOG_MAIN const char *const CLOG_LEVEL_NAMES[] = { - "DEBUG", - "INFO", - "WARN", - "ERROR", + "Debug", + "Info", + "Warning", + "Error", }; int |