1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Display path name of incorrect track checksum. Part of #4063

This commit is contained in:
duncanspumpkin
2016-07-12 17:44:19 +01:00
parent a4223d995f
commit af2746e087

View File

@@ -96,7 +96,7 @@ rct_track_td6 *track_design_open(const utf8 *path)
SDL_RWclose(file);
if (!sawyercoding_validate_track_checksum(buffer, bufferLength)) {
log_error("Track checksum failed.");
log_error("Track checksum failed. %s", path);
free(buffer);
return NULL;
}