Commit f16868c4b68d79d4b1158f4f07467e41140a6f83

Authored by Adhidarma Hadiwinoto
1 parent 0960174697
Exists in master

debug probe pingAll

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -60,6 +60,7 @@ function getProbeMessage() {
60 60 function pingAll() {
61 61 let msg = getProbeMessage();
62 62 if (!msg) {
  63 + logger.verbose('Not probing because of undefined message')
63 64 return;
64 65 }
65 66