diff options
author | bunnei <bunneidev@gmail.com> | 2015-01-11 00:57:48 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-01-11 00:57:48 -0500 |
commit | c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c (patch) | |
tree | 8a5260f8e44f637f90e3c84565be04e4d84cedc3 /src/common/log.h | |
parent | 463d0a373be11b6c117bfb0cc71418dfd5272679 (diff) | |
parent | 95be6ad7aead770666d97309e2e1aef9cfd808ec (diff) |
Merge pull request #459 from archshift/logs
Small additions and fixes to logging
Diffstat (limited to 'src/common/log.h')
-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?", \ |