aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/rmdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/guts/rmdir.c')
-rw-r--r--ports/unix/guts/rmdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/guts/rmdir.c b/ports/unix/guts/rmdir.c
index a47e01c..ebc522a 100644
--- a/ports/unix/guts/rmdir.c
+++ b/ports/unix/guts/rmdir.c
@@ -28,7 +28,7 @@
pseudo_client_op(OP_DID_UNLINK, 0, -1, -1, path, &buf);
}
} else {
- pseudo_debug(1, "rmdir on <%s>, not in database, no effect.\n", path);
+ pseudo_debug(PDBGF_FILE, "rmdir on <%s>, not in database, no effect.\n", path);
}
/* return rc;