diff --git a/driver/ldmd.cpp b/driver/ldmd.cpp index 310ec784..d02680c9 100644 --- a/driver/ldmd.cpp +++ b/driver/ldmd.cpp @@ -131,7 +131,7 @@ int execute(ls::Path exePath, const char** args) 0, 0, &errorMsg); if (!errorMsg.empty()) { - error("Could not execute %s: %s", exePath.c_str(), errorMsg.c_str()); + error("Error executing %s: %s", exePath.c_str(), errorMsg.c_str()); } return rc; }