]> andersk Git - moira.git/commitdiff
better logging
authormar <mar>
Thu, 21 Oct 1993 15:07:36 +0000 (15:07 +0000)
committermar <mar>
Thu, 21 Oct 1993 15:07:36 +0000 (15:07 +0000)
dbck/phase1.dc

index a1a6096b58cabceac2c58f79975ad696be5ca9d5..60256c0b1d85a7ead7d6a892768a8b5f77615e0b 100644 (file)
@@ -533,6 +533,7 @@ phase1()
 
     if (!fast) {
 
+       dprintf("Checking for duplicate strings...\n");
        EXEC SQL DECLARE csr112 CURSOR FOR
            SELECT s1.string_id, s1.string FROM strings s1, strings s2
                WHERE s1.string=s2.string AND s1.tid != s2.tid;
This page took 0.062987 seconds and 5 git commands to generate.