From: zacheiss Date: Tue, 20 Sep 2005 23:19:41 +0000 (+0000) Subject: Make debugging output more consistent. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/8ef5468442487adcfe638ac5b4e8c338c1c73009 Make debugging output more consistent. --- diff --git a/dbck/phase2.pc b/dbck/phase2.pc index a061f533..61320078 100644 --- a/dbck/phase2.pc +++ b/dbck/phase2.pc @@ -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