summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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