diff options
author | jbj <devnull@localhost> | 2005-07-13 16:50:30 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2005-07-13 16:50:30 +0000 |
commit | 99b8ed77f5a91c86d5dabb1eae49c864fc0e7564 (patch) | |
tree | 14b9cc925c290a7a4b0f16e30835a00e1a08b094 /rpmdb/sqlite.c | |
parent | cb1d12af9057536c5d1625b3092abf4bbe1a8fb1 (diff) | |
download | librpm-tizen-99b8ed77f5a91c86d5dabb1eae49c864fc0e7564.tar.gz librpm-tizen-99b8ed77f5a91c86d5dabb1eae49c864fc0e7564.tar.bz2 librpm-tizen-99b8ed77f5a91c86d5dabb1eae49c864fc0e7564.zip |
Typo's.
CVS patchset: 7886
CVS date: 2005/07/13 16:50:30
Diffstat (limited to 'rpmdb/sqlite.c')
-rw-r--r-- | rpmdb/sqlite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmdb/sqlite.c b/rpmdb/sqlite.c index 29640c4af..4385b301e 100644 --- a/rpmdb/sqlite.c +++ b/rpmdb/sqlite.c @@ -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("."); |