CVS patchset: 7886
CVS date: 2005/07/13 16:50:30
This commit is contained in:
jbj 2005-07-13 16:50:30 +00:00
parent cb1d12af90
commit 99b8ed77f5
1 changed files with 2 additions and 2 deletions

View 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(".");