Mark the build id yellow

This commit is contained in:
Kawe Mazidjatari 2023-07-01 21:27:37 +02:00
parent 75a394a85f
commit 71148b691c

View File

@ -45,8 +45,9 @@ void Show_Emblem()
} }
// Log the SDK's 'build_id' under the emblem. // Log the SDK's 'build_id' under the emblem.
DevMsg(eDLL_T::SYSTEM_ERROR, "+------------------------------------------------[%010d]-+\n", DevMsg(eDLL_T::SYSTEM_ERROR,
g_SDKDll.GetNTHeaders()->FileHeader.TimeDateStamp); "+------------------------------------------------[%s%010d%s]-+\n",
g_svYellowF, g_SDKDll.GetNTHeaders()->FileHeader.TimeDateStamp, g_svRedF);
DevMsg(eDLL_T::SYSTEM_ERROR, "\n"); DevMsg(eDLL_T::SYSTEM_ERROR, "\n");
} }