no message
This commit is contained in:
parent
1a9876eac5
commit
3f45687fb2
@ -45,6 +45,7 @@ final class FreenodeSync
|
|||||||
|
|
||||||
if (!isset($aResult["is_done"]) || $aResult["is_done"] != true) {
|
if (!isset($aResult["is_done"]) || $aResult["is_done"] != true) {
|
||||||
$sMsg = "freenodeSync::同步失败 ->".json_encode($oFnSite->toArray())."->".json_encode($aResult);
|
$sMsg = "freenodeSync::同步失败 ->".json_encode($oFnSite->toArray())."->".json_encode($aResult);
|
||||||
|
echo $sMsg;
|
||||||
TeleSlave::warn()->setMsgS($sMsg)->send();
|
TeleSlave::warn()->setMsgS($sMsg)->send();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user