less confusing output for assumes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user