Fix heartbeat error not always being logged
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
72115cbec2
commit
f9e1578899
@ -45,7 +45,7 @@ public class HeartBeatTask implements Runnable
|
||||
}
|
||||
|
||||
} catch (IOException e) {
|
||||
logger.log("Error while trying to push heartbeat: " + e.getMessage() + ", " + e.getCause().getMessage());
|
||||
logger.log("Error while trying to push heartbeat: " + e.getMessage());
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user