diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-05-25 18:41:51 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-05-25 18:41:51 +0100 |
commit | 463bd8abb9248c31214c951221c3cf96dbffb56e (patch) | |
tree | ea7bd85988b7dedd4bb24c72743e3b473f3c8fa7 /spawn.c | |
parent | a69211aff5968f2bf71f0471cc67124dbd4597dd (diff) | |
parent | a65a6d62d19136e20ce6e6ec72d676a334dcc914 (diff) | |
download | rtmux-463bd8abb9248c31214c951221c3cf96dbffb56e.tar.gz rtmux-463bd8abb9248c31214c951221c3cf96dbffb56e.tar.bz2 rtmux-463bd8abb9248c31214c951221c3cf96dbffb56e.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'spawn.c')
-rw-r--r-- | spawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -327,7 +327,7 @@ spawn_pane(struct spawn_context *sc, char **cause) } if (cwd != NULL) log_debug("%s: cwd=%s", __func__, cwd); - cmd_log_argv(new_wp->argc, new_wp->argv, __func__); + cmd_log_argv(new_wp->argc, new_wp->argv, "%s", __func__); environ_log(child, "%s: environment ", __func__); /* If the command is empty, don't fork a child process. */ |