aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/getwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/guts/getwd.c')
-rw-r--r--ports/unix/guts/getwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/guts/getwd.c b/ports/unix/guts/getwd.c
index 836301e..b1bcf90 100644
--- a/ports/unix/guts/getwd.c
+++ b/ports/unix/guts/getwd.c
@@ -7,7 +7,7 @@
* char * rc = NULL;
*/
- pseudo_debug(3, "getwd (getcwd)\n");
+ pseudo_debug(PDBGF_CLIENT, "getwd (getcwd)\n");
rc = wrap_getcwd(buf, pseudo_path_max());
/* because it would violate everything we have ever known about
* UNIX for these functions to have the same errno semantics,