mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 12:41:42 +00:00
Merge pull request #82 from overleaf/sk-add-error-to-log
When logging IOException for put, include error
This commit is contained in:
commit
d284caf1db
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ public class Bridge {
|
|||
);
|
||||
throw e;
|
||||
} catch (IOException e) {
|
||||
Log.warn("[{}] IOException on put", projectName);
|
||||
Log.warn("[{}] IOException on put: {}", projectName, e);
|
||||
throw e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue