less confusing output for assumes

This commit is contained in:
Alex Groce
2018-08-27 09:02:50 -07:00
parent 9747c8596a
commit 0fbd80a0b1
+1 -1
View File
@@ -41,7 +41,7 @@ class Stream {
DEEPSTATE_INLINE ~Stream(void) {
if (do_log) {
if (!has_something_to_log) {
DeepState_StreamCStr(level, "Condition failed");
DeepState_StreamCStr(level, "Checked condition");
}
DeepState_LogStream(level);
}