Commit a353c217 authored by Federico Vaga's avatar Federico Vaga

wrtd:tools: clarify error message

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent b6bf44c3
......@@ -204,7 +204,7 @@ int main(int argc, char *argv[])
exit(1);
if (!wrtd_version_is_valid(wrtd)) {
fprintf(stderr, "Cannot run %s: %s\n",
fprintf(stderr, "Invalid version %s: %s\n",
basename(argv[0]), wrtd_strerror(errno));
goto out;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment