Commit c17e14e6 authored by Lev Walkin's avatar Lev Walkin

removed extra debug

parent b46156d9
...@@ -65,7 +65,7 @@ typedef struct arg_s { ...@@ -65,7 +65,7 @@ typedef struct arg_s {
* Logging. * Logging.
*/ */
#define LOG(ll, fmt, args...) do { \ #define LOG(ll, fmt, args...) do { \
arg->logger_cb(ll, fmt " @ line %d", ##args, __LINE__); \ arg->logger_cb(ll, fmt, ##args); \
} while(0) } while(0)
#define DEBUG(fmt, args...) do { \ #define DEBUG(fmt, args...) do { \
if(arg->flags & A1C_DEBUG) \ if(arg->flags & A1C_DEBUG) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment