summaryrefslogtreecommitdiffstats
path: root/src/common/log.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-01-11 06:57:48 +0100
committerbunnei <bunneidev@gmail.com>2015-01-11 06:57:48 +0100
commitc6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c (patch)
tree8a5260f8e44f637f90e3c84565be04e4d84cedc3 /src/common/log.h
parentMerge pull request #460 from chinhodado/revert-319-travis-apt-cache (diff)
parentAdded Archive ID to fs:USER debug logs involving opening the archive. (diff)
downloadyuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar
yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.gz
yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.bz2
yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.lz
yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.xz
yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.zst
yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.zip
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.h b/src/common/log.h
index 667f2fbb9..b397cf14d 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -14,7 +14,7 @@
#endif
#endif
-#if _DEBUG
+#ifdef _DEBUG
#define _dbg_assert_(_t_, _a_) \
if (!(_a_)) {\
LOG_CRITICAL(_t_, "Error...\n\n Line: %d\n File: %s\n Time: %s\n\nIgnore and continue?", \