Skip to content

Commit

Permalink
log the start of pool notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
taeguscromis committed Jan 28, 2020
1 parent c82d384 commit 3f16c88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions units/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ exports.NodeGuard = function (cmdOptions, configOpts, rootPath, guardVersion) {
function setNotifyPoolInterval() {
if (configOpts.pool && configOpts.pool.notify && configOpts.pool.notify.url) {
// send the info about node to the pool
logMessage("Starting the periodic pool notifications", "info", false);

poolNotifyInterval = setInterval(function () {
try {
var packetData = {
Expand Down

0 comments on commit 3f16c88

Please sign in to comment.