diff --git a/src/helper/command.c b/src/helper/command.c index f8b731e4a..35c4486af 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -639,7 +639,7 @@ static int run_command(struct command_context *context, /* we do not print out an error message because the command *should* * have printed out an error */ - LOG_DEBUG("Command failed with error code %d", retval); + LOG_DEBUG("Command '%s' failed with error code %d", c->name, retval); } return retval;