1
0
Fork 0

align line number in trace

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1175 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2012-11-13 12:33:36 +00:00
parent 7cd9b79490
commit 667412f87d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ static inline int TRACE(const char *fmt, ...)
# else
const char *xc_trace_get_basename(const char *path);
# define TRACE(fmt, ...) \
xc_trace("%s:%d: " fmt "\r\n", xc_trace_get_basename(__FILE__), __LINE__, __VA_ARGS__)
xc_trace("%s:%04d: " fmt "\r\n", xc_trace_get_basename(__FILE__), __LINE__, __VA_ARGS__)
# endif /* ZEND_WIN32 */
# undef NDEBUG
# undef inline