Fix log message for converted file paths

This commit is contained in:
2026-03-02 14:33:36 +09:00
parent 3720a6a25a
commit 5f99d0e4eb
+1 -1
View File
@@ -706,7 +706,7 @@ class MainViewModel : BaseViewModel, IFontResolver, ICanCheckShutdown
{
await mImage.WriteAsync(convertedOutputPath);
filePath = convertedOutputPath;
LogInfo(string.Format("Saved adjusted image to JPEG; fileName is now {0}", file.FilePath));
LogInfo(string.Format("Saved adjusted image to JPEG; file path is now {0}", filePath));
}
}
var paragraph = section.AddParagraph();