diff --git a/src/lxc/monitor.c b/src/lxc/monitor.c index 3031f2fc7..410a0f45c 100644 --- a/src/lxc/monitor.c +++ b/src/lxc/monitor.c @@ -366,7 +366,7 @@ int lxc_monitord_spawn(const char *lxcpath) DEBUG("Using pipe file descriptor %d for monitord.", pipefd[1]); execvp(args[0], args); - ERROR("Failed to exec lxc-monitord."); + SYSERROR("failed to exec lxc-monitord"); exit(EXIT_FAILURE); }