Changed: Display filename in unsuported format warning

This commit is contained in:
kervala 2016-10-23 16:27:49 +02:00
parent 7eaad5fff8
commit 7848db5d72

View file

@ -289,7 +289,7 @@ bool CFilesExtractor::exec()
return extractBnp();
}
nlwarning("Unsupported format");
nlwarning("Unsupported format for file %s", Q2C(m_sourceFile));
return false;
}