vivivi recheck all : print $i

This commit is contained in:
root 2016-11-08 10:54:54 +01:00
parent b337c2d0e7
commit cd2fc5b6b6
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ sub on_public {
printf CMDPIPE "[%lu] SCHEDULE_FORCED_SVC_CHECK;%s;%s;%lu\n",time(),$host,$svc,time();
printf "[%lu] SCHEDULE_FORCED_SVC_CHECK;%s;%s;%lu\n",time(),$host,$svc,time();
close CMDPIPE;
$conn->privmsg([ @to ], sprintf ( "Recheck forcé pour %s: %s", $host, $svc ) );
$conn->privmsg([ @to ], sprintf ( "Recheck forcé pour ack : %s du host %s: %s", $i, $host, $svc ) );
}
} else {
$self->privmsg([ @to ], "Yo!");