Skip to content
Snippets Groups Projects
Commit 08877c77 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

Merge branch 'master' of...

Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone into hold_secured_call
parents 60cea81d df50886d
No related branches found
No related tags found
No related merge requests found
......@@ -41,12 +41,8 @@ void setDebugMode(bool);
bool getDebugMode();
};
#ifdef NDEBUG
#define LOGGER(M, LEVEL, ...)
#else
#define LOGGER(M, LEVEL, ...) Logger::log(LEVEL, "%s:%d: " M, __FILE__, \
__LINE__, ##__VA_ARGS__)
#endif
#define ERROR(M, ...) LOGGER(M, LOG_ERR, ##__VA_ARGS__)
#define WARN(M, ...) LOGGER(M, LOG_WARNING, ##__VA_ARGS__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment