From 357095f71adeba89863cc5a3252771d893514aa6 Mon Sep 17 00:00:00 2001 From: GetAway Date: Sun, 14 Jun 2020 13:11:17 +0200 Subject: [PATCH] imageinfo.cpp: small fix to commit 33ecf51 --- src/gui/imageinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/imageinfo.cpp b/src/gui/imageinfo.cpp index 95acd1580..1de298cff 100644 --- a/src/gui/imageinfo.cpp +++ b/src/gui/imageinfo.cpp @@ -340,7 +340,7 @@ void CImageInfo::InitInfoData() }else version_string = oe_image_version; }else - printf("[CImageInfo]\t[%s - %d], WARNING! %s contains possible wrong version format, content = [%s], internal release cycle [%s]\n", __func__, __LINE__, VERSION_FILE, version_string.c_str(), RELEASE_CYCLE); + printf("[CImageInfo]\t[%s - %d], WARNING! %s contains possible wrong version format, content = [%s]\n", __func__, __LINE__, VERSION_FILE, version_string.c_str()); #endif image_info_t imagename = {g_Locale->getText(LOCALE_IMAGEINFO_IMAGE), config.getString("imagename", PACKAGE_NAME)};