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:
Anthony Stirling 2025-05-20 07:58:09 +01:00 committed by GitHub
parent d943262dc6
commit 66de34e64c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 =