Commit dee46f7
authored
fix: log throwable catched when ticking signs (#1219)
### Motivation
We catch all throwables while ticking a sign. If any exception occurs we
log a warning but that warning is missing the catched throwable and
therefore we don't have any information about the reason for the error.
### Modification
Made sure to print the throwable too.
### Result
We have information if something goes wrong1 parent 859a7e7 commit dee46f7
File tree
1 file changed
+1
-1
lines changed- modules/signs/src/main/java/eu/cloudnetservice/modules/signs/platform
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments