aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/fcntl.c')
-rw-r--r--ports/linux/guts/fcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/linux/guts/fcntl.c b/ports/linux/guts/fcntl.c
index 2e3e96d..639fd24 100644
--- a/ports/linux/guts/fcntl.c
+++ b/ports/linux/guts/fcntl.c
@@ -24,7 +24,7 @@
rc = real_fcntl(fd, cmd, arg);
save_errno = errno;
if (rc != -1) {
- pseudo_debug(2, "fcntl_dup: %d->%d\n", fd, rc);
+ pseudo_debug(PDBGF_OP, "fcntl_dup: %d->%d\n", fd, rc);
pseudo_client_op(OP_DUP, 0, fd, rc, 0, 0);
}
errno = save_errno;