mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Align format of timestamps
This commit is contained in:
parent
2223662ffd
commit
42eb14dd77
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ static bool map_o_del_bs = false;
|
||||||
#define tio_printf(format, args...) \
|
#define tio_printf(format, args...) \
|
||||||
{ \
|
{ \
|
||||||
if (tainted) putchar('\n'); \
|
if (tainted) putchar('\n'); \
|
||||||
color_printf("[tio %s] " format, current_time(), ## args); \
|
color_printf("[%s] " format, current_time(), ## args); \
|
||||||
tainted = false; \
|
tainted = false; \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue