diff --git a/Utils.cpp b/Utils.cpp index c0b7f01..f72edbe 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -297,29 +297,25 @@ status_t ForkExecvp(const std::vector& args, std::vector(argv.data())); - PLOG(ERROR) << "Failed to exec"; + PLOG(ERROR) << "exec in ForkExecvp"; _exit(EXIT_FAILURE); } if (pid == -1) {