From 4cf11b719b10100086339ec7e1d60d4708a4c15e Mon Sep 17 00:00:00 2001 From: trociny Date: Tue, 26 Apr 2011 19:11:15 +0000 Subject: Fix assert messages. Approved by: pjd (mentor) --- sbin/hastctl/hastctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/hastctl') diff --git a/sbin/hastctl/hastctl.c b/sbin/hastctl/hastctl.c index 0ab0bd4..cf692ce 100644 --- a/sbin/hastctl/hastctl.c +++ b/sbin/hastctl/hastctl.c @@ -465,7 +465,7 @@ main(int argc, char *argv[]) } break; default: - assert(!"Impossible role!"); + assert(!"Impossible command!"); } /* Setup control connection... */ @@ -512,7 +512,7 @@ main(int argc, char *argv[]) error = control_status(nv); break; default: - assert(!"Impossible role!"); + assert(!"Impossible command!"); } exit(error); -- cgit v1.1