Skip to content

Commit

Permalink
Update kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl…
Browse files Browse the repository at this point in the history
…/converters/LoolFileConverter.java

Co-authored-by: Earle Nietzel <[email protected]>
  • Loading branch information
ottenhoff and ern authored Jan 22, 2025
1 parent 09157aa commit 4293ebc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static byte[] convert(String baseUrl, InputStream sourceInputStream) {
return null;
}
} catch (IOException e) {
log.error("Error during file conversion: {}", e.getMessage(), e);
log.warn("Error during file conversion: {}", e.getMessage(), e);
return null;
} catch (Exception e) {
log.warn("Unexpected error during file conversion: {}", e.getMessage(), e);
Expand Down

0 comments on commit 4293ebc

Please sign in to comment.