]> andersk Git - moira.git/blobdiff - dbck/dbck.qc
Added support for optional debugging malloc. No code changes if you are
[moira.git] / dbck / dbck.qc
index b950375935c556b5467fc7c0de978855b3dbd0c0..5595702aa521627a777270b88c12e21a99f6d1f5 100644 (file)
@@ -1,6 +1,6 @@
 /* $Header$
  *
- * SMS database consistency checker
+ * Moira database consistency checker
  *
  *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
  *  For copying and distribution information, please see the file
@@ -88,6 +88,8 @@ char **argv;
     if (debug)
       printf("Debug level is %d\n", debug);
 
+    setlinebuf(stdout);
+
     signal(SIGHUP, interrupt);
     signal(SIGQUIT, interrupt);
     signal(SIGINT, interrupt);
This page took 0.764703 seconds and 4 git commands to generate.