diff options
Diffstat (limited to 'usr.sbin/sade/command.c')
-rw-r--r-- | usr.sbin/sade/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/command.c b/usr.sbin/sade/command.c index 65d57ae..33ebc35 100644 --- a/usr.sbin/sade/command.c +++ b/usr.sbin/sade/command.c @@ -171,7 +171,7 @@ command_execute(void) the data */ func = (commandFunc)commandStack[i]->cmds[j].ptr; if (isDebug()) - msgDebug("%p: Execute(%s, %s)", + msgDebug("%p: Execute(%s, %s)\n", func, commandStack[i]->key, (char *)commandStack[i]->cmds[j].data); ret = (*func)(commandStack[i]->key, commandStack[i]->cmds[j].data); |