diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-30 18:19:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-30 18:19:30 +0300 |
commit | e53428108bfb6761b5be29cfb9aaac4ad5b512cc (patch) | |
tree | feb81145a910b02af5bf0f9b38e3f16154b69164 /src/utils | |
parent | 34ffeac394298fd99557f3cbbc7628413466dd4f (diff) | |
download | plus-e53428108bfb6761b5be29cfb9aaac4ad5b512cc.tar.gz plus-e53428108bfb6761b5be29cfb9aaac4ad5b512cc.tar.bz2 plus-e53428108bfb6761b5be29cfb9aaac4ad5b512cc.tar.xz plus-e53428108bfb6761b5be29cfb9aaac4ad5b512cc.zip |
Rename Logger::assert into Logger::assertLog for this issue with some systems.
Diffstat (limited to 'src/utils')
-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 20c22df46..4953314e1 100644 --- a/src/utils/checkutils.cpp +++ b/src/utils/checkutils.cpp @@ -67,7 +67,7 @@ void reportStack(const char *const file, logger->log("--- %s --------------------------------------------", name); - logger->assert("%s:%u: '%s' in function `%s'", + logger->assertLog("%s:%u: '%s' in function `%s'", file, line, text, |