mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-14 11:19:07 +00:00
Changed: Display filename in unsuported format warning
--HG-- branch : develop
This commit is contained in:
parent
e957923ed2
commit
e9ba12b931
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ bool CFilesExtractor::exec()
|
||||||
return extractBnp();
|
return extractBnp();
|
||||||
}
|
}
|
||||||
|
|
||||||
nlwarning("Unsupported format");
|
nlwarning("Unsupported format for file %s", Q2C(m_sourceFile));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue