don't error out all the time

This commit is contained in:
tildearrow 2022-03-15 02:52:22 -05:00
parent a65df5cdab
commit 1918f59f57
1 changed files with 1 additions and 1 deletions

View File

@ -1550,7 +1550,7 @@ bool DivEngine::loadMod(unsigned char* file, size_t len) {
logE("premature end of file!\n");
lastError="incomplete file";
} catch (InvalidHeaderException e) {
logE("invalid info header!\n");
//logE("invalid info header!\n");
lastError="invalid info header!";
}
return success;