Fix log message for converted file paths
This commit is contained in:
@@ -706,7 +706,7 @@ class MainViewModel : BaseViewModel, IFontResolver, ICanCheckShutdown
|
|||||||
{
|
{
|
||||||
await mImage.WriteAsync(convertedOutputPath);
|
await mImage.WriteAsync(convertedOutputPath);
|
||||||
filePath = 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();
|
var paragraph = section.AddParagraph();
|
||||||
|
|||||||
Reference in New Issue
Block a user