Changed: Display filename in unsuported format warning

--HG--
branch : develop
This commit is contained in:
kervala 2016-10-23 16:27:49 +02:00
parent e957923ed2
commit e9ba12b931

View file

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