This commit is contained in:
Thorsten Sommer 2025-05-29 15:01:16 +02:00
parent 0a94d035fd
commit de8c6bb08a
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -197,7 +197,7 @@ public static partial class Pandoc
} }
catch (Exception ex) catch (Exception ex)
{ {
LOG.LogError(ex, "Error clearing pandoc folder."); LOG.LogError(ex, "Error clearing pandoc installation directory.");
} }
} }