summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-30 18:19:30 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-30 18:19:30 +0300
commite53428108bfb6761b5be29cfb9aaac4ad5b512cc (patch)
treefeb81145a910b02af5bf0f9b38e3f16154b69164 /src/utils
parent34ffeac394298fd99557f3cbbc7628413466dd4f (diff)
downloadmv-e53428108bfb6761b5be29cfb9aaac4ad5b512cc.tar.gz
mv-e53428108bfb6761b5be29cfb9aaac4ad5b512cc.tar.bz2
mv-e53428108bfb6761b5be29cfb9aaac4ad5b512cc.tar.xz
mv-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.cpp2
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,