Fix mistake in log.

This commit is contained in:
Mikaël Capelle
2020-05-24 23:47:48 +02:00
parent 33e894b603
commit 853557fe4e
+1 -1
View File
@@ -146,7 +146,7 @@ namespace CSharp {
auto sourceEntry = g.SourceTree->find(to_qstring(p_strFrom));
if (!sourceEntry) {
log::warn("File '{}' not found in the archive.", sourceEntry->path());
log::warn("File '{}' not found in the archive.", to_wstring(p_strFrom));
return false;
}