mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Update src/main/java/stirling/software/SPDF/config/FileFallbackTemplateResolver.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d943262dc6
commit
66de34e64c
@ -44,7 +44,7 @@ public class FileFallbackTemplateResolver extends AbstractConfigurableTemplateRe
|
|||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
// Log the exception to help with debugging issues loading external templates
|
// Log the exception to help with debugging issues loading external templates
|
||||||
log.warn("Unable to read template from file system", e);
|
log.warn("Unable to read template '{}' from file system", resourceName, e);
|
||||||
}
|
}
|
||||||
|
|
||||||
InputStream inputStream =
|
InputStream inputStream =
|
||||||
|
Loading…
Reference in New Issue
Block a user