--- debug.c	2003-06-07 19:57:32.000000000 +0200
+++ debug.c.amanda	2003-08-16 12:00:01.000000000 +0200
@@ -832,11 +832,11 @@
   for( i = 0; msg[i]; i++ )
     {
     /* Indent two spaces at each new line. */
-    if(timestamp && 0 == format_pos)
-      {
-      format_bufr[0] = format_bufr[1] = ' ';
-      format_pos = 2;
-      }
+//    if(timestamp && 0 == format_pos)
+//      {
+//      format_bufr[0] = format_bufr[1] = ' ';
+//      format_pos = 2;
+//      }
 
     /* If there's room, copy the character to the format buffer. */
     if( format_pos < FORMAT_BUFR_MAX )
@@ -946,9 +946,14 @@
 	}
   
     /* Print it all out at once to prevent split syslog output. */
-    (void)Debug1( "[%s, %d%s] %s:%s(%d)\n",
+//    (void)Debug1( "[%s, %d%s] %s:%s(%d)\n",
+//                  timestring(lp_debug_hires_timestamp()), level,
+//				  header_str, file, func, line );
+  
+    (void)Debug1( "",
                   timestring(lp_debug_hires_timestamp()), level,
 				  header_str, file, func, line );
+  
   }
 
   errno = old_errno;
