summaryrefslogtreecommitdiff
path: root/nuttx/libc
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc')
-rw-r--r--nuttx/libc/spawn/lib_psfa_dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/libc/spawn/lib_psfa_dump.c b/nuttx/libc/spawn/lib_psfa_dump.c
index f71f2701e..49a0f97a5 100644
--- a/nuttx/libc/spawn/lib_psfa_dump.c
+++ b/nuttx/libc/spawn/lib_psfa_dump.c
@@ -113,8 +113,8 @@ void posix_spawn_file_actions_dump(FAR posix_spawn_file_actions_t *file_actions)
FAR struct spawn_open_file_action_s *action =
(FAR struct spawn_open_file_action_s *)entry;
- svdbg(" OPEN: path=%s oflags=%04x mode=%04x fd=%d\n",
- action->path, action->oflags, action->mode, action->fd);
+ dbg(" OPEN: path=%s oflags=%04x mode=%04x fd=%d\n",
+ action->path, action->oflags, action->mode, action->fd);
}
break;