I found the problem with no debug output. I was piping the debug output.
Here is my fix:
--- src/lib/message.c.orig 2006-11-29 07:32:12.000000000 -0800
+++ src/lib/message.c 2006-11-29 07:36:52.439397776 -0800
@@ -799,6 +799,7 @@
}
} else { /* not tracing */
fputs(buf, stdout);
+ fflush(stdout);
}
}
}
Do you want me to submit to the developers list?
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users