Commit f70ce0b3 authored by Lev Walkin's avatar Lev Walkin

more info for debugging

parent 4d89c260
......@@ -104,7 +104,7 @@ typedef struct arg_s {
int _save_errno = errno; \
if(code < 0) { \
if(arg->debug) \
arg->debug(code, fmt " in %s (%s@%d)", \
arg->debug(code, fmt " in %s (%s:%d)", \
##args, \
arg->mod->source_file_name, \
__FILE__, __LINE__); \
......
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