]> andersk Git - moira.git/commitdiff
Make debugging output more consistent.
authorzacheiss <zacheiss>
Tue, 20 Sep 2005 23:19:41 +0000 (23:19 +0000)
committerzacheiss <zacheiss>
Tue, 20 Sep 2005 23:19:41 +0000 (23:19 +0000)
dbck/phase2.pc

index a061f533d7e27b960eda022dfbf1a497eab3c3b9..6132007830254e91950850a849f9f42db90f75a9 100644 (file)
@@ -2507,7 +2507,7 @@ void phase2(void)
     }
   EXEC SQL CLOSE csr231;
 
-  dprintf("Checking hostaliases\n");
+  dprintf("Checking hostaliases...\n");
   sq1 = sq_create();
   EXEC SQL DECLARE csr232 CURSOR FOR
     SELECT mach_id FROM hostalias;
@@ -2528,7 +2528,7 @@ void phase2(void)
   EXEC SQL CLOSE csr232;
   generic_delete(sq1, show_hostalias, "hostalias", "mach_id", 1);
 
-  dprintf("Checking printers\n");
+  dprintf("Checking printers...\n");
   sq1 = sq_create();
   sq2 = sq_create();
   sq3 = sq_create();
@@ -2578,13 +2578,13 @@ void phase2(void)
   generic_fix(sq4, show_printer_ac, "Clear", fix_printer_ac, 1);
   generic_fix(sq5, show_printer_lpc_acl, "Clear", fix_printer_lpc_acl, 1);
 
-  dprintf("Checking printservers\n");
+  dprintf("Checking printservers...\n");
   hash_step(printservers, check_ps, NULL);
 
-  dprintf("Checking containers\n");
+  dprintf("Checking containers...\n");
   hash_step(containers, check_container, NULL);
 
-  dprintf("Checking mcntmap\n");
+  dprintf("Checking mcntmap...\n");
   sq1 = sq_create();
   sq2 = sq_create();
   EXEC SQL DECLARE csr_mcntmap CURSOR FOR
This page took 0.165811 seconds and 5 git commands to generate.