trying to trace down an intermittently failing test on windows

This commit is contained in:
Enno Rehling 2015-11-08 10:34:43 +01:00
parent 318820fb00
commit bf8cc4cb08
1 changed files with 1 additions and 0 deletions

View File

@ -1929,6 +1929,7 @@ gamedata *gamedata_open(const char *filename, const char *mode) {
return data;
}
}
log_error("could not open %s: %s", filename, strerror(errno));
return 0;
}