# HG changeset patch # User Sebastien Decugis # Date 1370930616 -28800 # Node ID dcc467aeda120c18108d123427a69e92672e5ff4 # Parent 48759e3f76111d883730d5ef301ba0eef5f08aab Include source file information in ERROR logs diff -r 48759e3f7611 -r dcc467aeda12 include/freeDiameter/libfdproto.h --- a/include/freeDiameter/libfdproto.h Tue Jun 11 10:05:50 2013 +0800 +++ b/include/freeDiameter/libfdproto.h Tue Jun 11 14:03:36 2013 +0800 @@ -519,7 +519,7 @@ } } /* the following macro must be replaced with LOG_E or LOG_F */ -# define TRACE_ERROR fd_log_error +# define TRACE_ERROR LOG_E /* The following macros are missing the faillevel information, which indicates at what log level the error case should be displayed. */