Fix assert messages.
Approved by: pjd (mentor)
This commit is contained in:
parent
ea719ede02
commit
610bc6ae4a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user