mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
imageinfo.cpp: small fix to commit 33ecf51
This commit is contained in:
@@ -340,7 +340,7 @@ void CImageInfo::InitInfoData()
|
|||||||
}else
|
}else
|
||||||
version_string = oe_image_version;
|
version_string = oe_image_version;
|
||||||
}else
|
}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
|
#endif
|
||||||
|
|
||||||
image_info_t imagename = {g_Locale->getText(LOCALE_IMAGEINFO_IMAGE), config.getString("imagename", PACKAGE_NAME)};
|
image_info_t imagename = {g_Locale->getText(LOCALE_IMAGEINFO_IMAGE), config.getString("imagename", PACKAGE_NAME)};
|
||||||
|
Reference in New Issue
Block a user