diff options
Diffstat (limited to 'alarm-tools')
-rw-r--r-- | alarm-tools/alarms-show.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alarm-tools/alarms-show.c b/alarm-tools/alarms-show.c index 3af493d..65d0e91 100644 --- a/alarm-tools/alarms-show.c +++ b/alarm-tools/alarms-show.c @@ -32,7 +32,7 @@ int dump_alarms(int sock) perror("recv"); return 1; } else if (nread < sizeof(count)) { - fprintf(stderr, "Alarm count too small\n"); + fprintf(stderr, "Alarm count size too small\n"); return 1; } |