Skip to content

Commit

Permalink
* FIX the lost defination of nftp_fatal.
Browse files Browse the repository at this point in the history
Signed-off-by: wanghaemq <[email protected]>
  • Loading branch information
wanghaEMQ committed Nov 20, 2023
1 parent 2d063e1 commit 3985bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/log4nftp.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
fclose(fd); \
} while (0)
#else // LOGTOFILE
#define nftp_fatal(format, ...) \
do { \
fprintf(stderr, "ERR %s:%d(%s) " format "\n", __FILE__, __LINE__, \
__FUNCTION__, __VA_ARGS__); \
Expand Down

0 comments on commit 3985bf3

Please sign in to comment.