aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/fchownat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/guts/fchownat.c')
-rw-r--r--ports/unix/guts/fchownat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/guts/fchownat.c b/ports/unix/guts/fchownat.c
index 60ccfa5..f976d91 100644
--- a/ports/unix/guts/fchownat.c
+++ b/ports/unix/guts/fchownat.c
@@ -40,7 +40,7 @@
if (msg->result == RESULT_SUCCEED) {
pseudo_stat_msg(&buf, msg);
} else {
- pseudo_debug(2, "chownat to %d:%d on %d/%s, ino %llu, new file.\n",
+ pseudo_debug(PDBGF_FILE, "chownat to %d:%d on %d/%s, ino %llu, new file.\n",
owner, group, dirfd, path,
(unsigned long long) buf.st_ino);
}