more info for debugging

This commit is contained in:
Lev Walkin 2005-03-10 09:49:46 +00:00
parent 4d89c260ee
commit f70ce0b392
1 changed files with 1 additions and 1 deletions

View File

@ -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__); \