computeinfo/extended_versioning: Add missing arguments to log_error

This commit is contained in:
Pierre Moreau
2020-05-07 17:30:34 +02:00
committed by Kévin Petit
parent 0ed62b4fbe
commit 0b4ecd1756

View File

@@ -56,7 +56,8 @@ static bool is_same_version(const char* const format,
if (2 != matched) if (2 != matched)
{ {
log_error("sscanf() fail on version string \"%s\", format=\"%s\"\n"); log_error("sscanf() fail on version string \"%s\", format=\"%s\"\n",
version_string, format);
return false; return false;
} }