mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-29 02:51:24 +00:00
logW -> logE
This commit is contained in:
parent
a9b2102ec1
commit
9eb6d1cfc1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ bool DivEngine::loadDMF(unsigned char* file, size_t len) {
|
|||
ds.version=(unsigned char)reader.readC();
|
||||
logI("module version %d (0x%.2x)\n",ds.version,ds.version);
|
||||
if (ds.version>0x18) {
|
||||
logW("this version is not supported by Furnace yet!\n");
|
||||
logE("this version is not supported by Furnace yet!\n");
|
||||
lastError="this version is not supported by Furnace yet";
|
||||
delete[] file;
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue