Changed: Display filename in unsuported format warning

This commit is contained in:
kervala 2016-10-23 16:27:49 +02:00
parent 070966fca1
commit bfccba236f

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;
}