1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-01-24 17:26:41 +00:00

don't plop up error message for non-existing save files

This commit is contained in:
fgenesis 2019-04-14 19:45:14 +02:00
parent 6704fd1ac6
commit b8b9039693

View file

@ -2668,7 +2668,7 @@ bool Continuity::loadFileData(int slot, XMLDocument &doc)
return false;
}
errorLog("Failed to load save data: " + teh_file + " -- Error: " + err);
debugLog("Failed to load save data: " + teh_file + " -- Error: " + err);
return false;
}