diff --git a/src/tty.c b/src/tty.c index 8de680b..9c70eec 100644 --- a/src/tty.c +++ b/src/tty.c @@ -63,7 +63,7 @@ static bool map_o_del_bs = false; #define tio_printf(format, args...) \ { \ if (tainted) putchar('\n'); \ - color_printf("[tio %s] " format, current_time(), ## args); \ + color_printf("[%s] " format, current_time(), ## args); \ tainted = false; \ }