diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-04 23:28:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-04 23:28:58 +0300 |
commit | 9807b7375ea2952b4f847e4fea7d1a4fd32cf6d9 (patch) | |
tree | d5da3028e3bfe98569d238ad0bbba2592f298626 /src/utils/checkutils.cpp | |
parent | a9c26314463b4c748278660d4d38e1cecffa2ce7 (diff) | |
download | plus-9807b7375ea2952b4f847e4fea7d1a4fd32cf6d9.tar.gz plus-9807b7375ea2952b4f847e4fea7d1a4fd32cf6d9.tar.bz2 plus-9807b7375ea2952b4f847e4fea7d1a4fd32cf6d9.tar.xz plus-9807b7375ea2952b4f847e4fea7d1a4fd32cf6d9.zip |
Add word assert into report functions.
Diffstat (limited to 'src/utils/checkutils.cpp')
-rw-r--r-- | src/utils/checkutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/checkutils.cpp b/src/utils/checkutils.cpp index 5efda43f5..bbc23ef12 100644 --- a/src/utils/checkutils.cpp +++ b/src/utils/checkutils.cpp @@ -43,7 +43,7 @@ void reportStack(const char *const file, int i; #endif // defined __linux__ || defined __linux - logger->log("--- %s --------------------------------------------", + logger->log("--- Assert: %s --------------------------------------------", name); logger->assertLog("%s:%u: '%s' in function `%s'", file, |