| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2015-09-02 15:54:09 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2015-09-02 15:54:09 +0200 |
| commit | 60b7a25bf38dce957c937ff602c1c812faff8b0f (patch) | |
| tree | a90fa7d0fc905508dc16ca4cc0cb8b8ec13514b5 | |
| parent | 265053e2a4394b20d82aa1170ec3a9901f437d81 (diff) | |
Sets the default debug level to zero.
| -rw-r--r-- | src/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.h b/src/error.h index aa85e63..c3f67b6 100644 --- a/src/error.h +++ b/src/error.h @@ -8,7 +8,7 @@ #define _HIGHEST_DEBUG_LVL 100 -#define _DEBUG_LVL _HIGHEST_DEBUG_LVL +#define _DEBUG_LVL 0 /*_HIGHEST_DEBUG_LVL*/ #define _ENABLE_WARNINGS_OUTPUT 1 #define _ENABLE_RUNTIME_ERRORS_OUTPUT 1 #define _ENABLE_PROGRAMMING_ERRORS_OUTPUT 1 |


