Showing
1 changed file
with
1 additions
and
1 deletions
@@ -23,7 +23,7 @@ public class SCollectorService extends AbstractService { | @@ -23,7 +23,7 @@ public class SCollectorService extends AbstractService { | ||
23 | 23 | ||
24 | /* DEBUG.debug("Received collector msg {} form host {}", info, headerInfo.get("Host"));*/ | 24 | /* DEBUG.debug("Received collector msg {} form host {}", info, headerInfo.get("Host"));*/ |
25 | //2s timeout | 25 | //2s timeout |
26 | - | 26 | + DEBUG.debug("received monit msg {}",info); |
27 | service.submit(new OneJob(new CollectorJob(info), MConstants.HTTPTIMEOUT * 1000)); | 27 | service.submit(new OneJob(new CollectorJob(info), MConstants.HTTPTIMEOUT * 1000)); |
28 | 28 | ||
29 | } | 29 | } |
-
Please register or login to post a comment