r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
[vlendec/samba-autobuild/.git] / source3 / lib / debug.c
index 2b6c42b8eb04484c52d78df3fccbb684a31b608c..bf75bdf3d3f516d3c03f397bc02183c602975e13 100644 (file)
@@ -981,7 +981,7 @@ BOOL dbghdr( int level, const char *file, const char *func, int line )
   
                /* Print it all out at once to prevent split syslog output. */
                (void)Debug1( "[%s, %d%s] %s:%s(%d)\n",
-                       timestring(lp_debug_hires_timestamp()), level,
+                       current_timestring(lp_debug_hires_timestamp()), level,
                        header_str, file, func, line );
        }