From 6b59b063ecf29868bc6ea8c3734a671d1206ff1b Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 27 Jun 2018 21:49:48 +1200 Subject: Refactor libalarm --- alarm-tools/alarms-show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alarm-tools/alarms-show.c') 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; } -- cgit v1.1