Skip to content
Snippets Groups Projects
Commit 7b53f4c4 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci Committed by Danilo K. S. Yorinori
Browse files

client.c: Added missing parameter to "ERROR (5)"

parent 22c3fa7d
No related branches found
No related tags found
No related merge requests found
......@@ -483,7 +483,7 @@ void inventory(struct soap *soap, char *url, char *basedir)
}
else
{
ERROR("ERROR (5): %s.\n");
ERROR("ERROR (5): %s.\n", invResult);
exit(5);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment