Skip to content

Commit

Permalink
add name in log
Browse files Browse the repository at this point in the history
  • Loading branch information
jckleiner committed Dec 23, 2023
1 parent eaf5071 commit 52d80a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public boolean upload(File fileToUpload) {
}

} catch (IOException | InterruptedException e) {
log.error("Exception: ", e);
log.error("Nextcloud Exception: ", e);
}

return false;
Expand Down

0 comments on commit 52d80a5

Please sign in to comment.