aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/__fxstatat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/__fxstatat64.c')
-rw-r--r--ports/linux/guts/__fxstatat64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/linux/guts/__fxstatat64.c b/ports/linux/guts/__fxstatat64.c
index f8a9298..b989e7b 100644
--- a/ports/linux/guts/__fxstatat64.c
+++ b/ports/linux/guts/__fxstatat64.c
@@ -37,7 +37,7 @@
save_errno = errno;
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;
}