[c,printf] fix wlog format string to match arguments

This commit is contained in:
akallabeth
2026-01-16 11:40:47 +01:00
parent 17fb44d508
commit cc1f3c28b3

View File

@@ -5845,7 +5845,7 @@ static BOOL args_from_env(const char* name, int* aargc, char** aargv[], const ch
goto cleanup;
if (rc == 0)
{
WLog_ERR(TAG, "%s - environment variable '%s' is empty", arg);
WLog_ERR(TAG, "environment variable '%s' is empty", arg);
goto cleanup;
}
}