mirror of
https://github.com/ModOrganizer2/modorganizer-installer_fomod_csharp.git
synced 2026-07-27 14:07:20 -07:00
Fix mistake in log.
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user