Typo's.
authorjbj <devnull@localhost>
Wed, 13 Jul 2005 16:50:30 +0000 (16:50 +0000)
committerjbj <devnull@localhost>
Wed, 13 Jul 2005 16:50:30 +0000 (16:50 +0000)
CVS patchset: 7886
CVS date: 2005/07/13 16:50:30

rpmdb/sqlite.c

index 29640c4..4385b30 100644 (file)
@@ -120,7 +120,7 @@ static void enterChroot(dbiIndex dbi)
        /* Nothing to do, was not already in chroot */
        return;
 
-/*if (_debug)*/
+if (_debug)
 fprintf(stderr, "sql:chroot(%s)\n", dbi->dbi_root);
 
     {
@@ -148,7 +148,7 @@ static void leaveChroot(dbiIndex dbi)
        /* Nothing to do, not in chroot */
        return;
 
-/*if (_debug)*/
+if (_debug)
 fprintf(stderr, "sql:chroot(.)\n");
 
     xx = chroot(".");