diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-19 20:33:38 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-19 20:33:38 +0200 |
commit | cc58f511ef36d9b9c397eb2f54a2b39773269d2d (patch) | |
tree | 3a5dd1cc521015a23ed120d8409d69cad0700114 | |
parent | misc (diff) | |
download | deadshred-cc58f511ef36d9b9c397eb2f54a2b39773269d2d.tar.gz deadshred-cc58f511ef36d9b9c397eb2f54a2b39773269d2d.tar.bz2 deadshred-cc58f511ef36d9b9c397eb2f54a2b39773269d2d.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | deadshred.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deadshred.c b/deadshred.c index b1f21f2..6557a02 100644 --- a/deadshred.c +++ b/deadshred.c @@ -171,7 +171,7 @@ status_print_loop(void *initial_status) eprintf("clock_gettime %s:", clkcstr); have_time: if (exiting) { - fprintf(stderr, "\033[K\nTermination initialised by user...\033[K\n\033[K\n"); + fprintf(stderr, "\033[K\nTermination initiated by user...\033[K\n\033[K\n"); terminate = 1; } print_status(0, &s); |