mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
log: change alignment of log output
This commit is contained in:
parent
9eeeb9493e
commit
d40d0cd29e
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ void log_vprint(struct log *l, const char *lvl, const char *fmt, va_list ap)
|
|||
strcatf(&buf, "%s", l->prefix);
|
||||
|
||||
/* Timestamp & Severity */
|
||||
strcatf(&buf, "%10.3f %5s ", time_delta(&l->epoch, &ts), lvl);
|
||||
strcatf(&buf, "%10.3f %-5s ", time_delta(&l->epoch, &ts), lvl);
|
||||
|
||||
/* Indention */
|
||||
#ifdef __GNUC__
|
||||
|
|
Loading…
Add table
Reference in a new issue