aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/mkdtemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/guts/mkdtemp.c')
-rw-r--r--ports/unix/guts/mkdtemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/guts/mkdtemp.c b/ports/unix/guts/mkdtemp.c
index 194f0cb..5ef647b 100644
--- a/ports/unix/guts/mkdtemp.c
+++ b/ports/unix/guts/mkdtemp.c
@@ -32,7 +32,7 @@
if (base_stat(rc, &buf) != -1) {
pseudo_client_op(OP_CREAT, 0, -1, -1, tmp_template, &buf);
} else {
- pseudo_debug(1, "mkdtemp (path %s) succeeded, but fstat failed (%s).\n",
+ pseudo_debug(PDBGF_CONSISTENCY, "mkdtemp (path %s) succeeded, but fstat failed (%s).\n",
rc, strerror(errno));
}
errno = save_errno;