Fix heartbeat error not always being logged
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2022-11-22 00:12:24 +01:00
parent 72115cbec2
commit f9e1578899
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}