From 0b4ecd175641ba1f2cea164aac3b9d4d44798c4b Mon Sep 17 00:00:00 2001 From: Pierre Moreau Date: Thu, 7 May 2020 17:30:34 +0200 Subject: [PATCH] computeinfo/extended_versioning: Add missing arguments to log_error --- test_conformance/computeinfo/extended_versioning.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_conformance/computeinfo/extended_versioning.cpp b/test_conformance/computeinfo/extended_versioning.cpp index b8348f78..f9c29b92 100644 --- a/test_conformance/computeinfo/extended_versioning.cpp +++ b/test_conformance/computeinfo/extended_versioning.cpp @@ -56,7 +56,8 @@ static bool is_same_version(const char* const format, 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; }