summaryrefslogtreecommitdiffstats
path: root/sbin/hastctl
diff options
context:
space:
mode:
authortrociny <trociny@FreeBSD.org>2011-04-26 19:11:15 +0000
committertrociny <trociny@FreeBSD.org>2011-04-26 19:11:15 +0000
commit4cf11b719b10100086339ec7e1d60d4708a4c15e (patch)
tree8f1ed6b11a9c7de0229d944ad3bce1a486475140 /sbin/hastctl
parent41353bc8d6c7e885b19e2b84379c8f5b90003f70 (diff)
downloadFreeBSD-src-4cf11b719b10100086339ec7e1d60d4708a4c15e.zip
FreeBSD-src-4cf11b719b10100086339ec7e1d60d4708a4c15e.tar.gz
Fix assert messages.
Approved by: pjd (mentor)
Diffstat (limited to 'sbin/hastctl')
-rw-r--r--sbin/hastctl/hastctl.c4
1 files changed, 2 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud