diff options
author | archshift <admin@archshift.com> | 2015-01-10 22:07:50 +0100 |
---|---|---|
committer | archshift <admin@archshift.com> | 2015-01-10 23:32:10 +0100 |
commit | 228843c43e21ce4d3ca5fe0adc96fcb34505446b (patch) | |
tree | b965681736fca204e49ea6f2c130409814c3006a /src/common/log.h | |
parent | Merge pull request #458 from yuriks/cmake-debug (diff) | |
download | yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.gz yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.bz2 yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.lz yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.xz yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.zst yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/log.h | 2 |
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?", \ |