aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/__fxstat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/__fxstat64.c')
-rw-r--r--ports/linux/guts/__fxstat64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/linux/guts/__fxstat64.c b/ports/linux/guts/__fxstat64.c
index 92c8219..8601904 100644
--- a/ports/linux/guts/__fxstat64.c
+++ b/ports/linux/guts/__fxstat64.c
@@ -15,7 +15,7 @@
return rc;
}
if (ver != _STAT_VER) {
- pseudo_debug(1, "version mismatch: got stat version %d, only supporting %d\n", ver, _STAT_VER);
+ pseudo_debug(PDBGF_CLIENT, "version mismatch: got stat version %d, only supporting %d\n", ver, _STAT_VER);
errno = save_errno;
return rc;
}