no message
This commit is contained in:
parent
3f45687fb2
commit
ee83f61a7d
@ -44,7 +44,7 @@ final class FreenodeSync
|
||||
$aResult = json_decode($sResult, 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())."->".$sResult;
|
||||
echo $sMsg;
|
||||
TeleSlave::warn()->setMsgS($sMsg)->send();
|
||||
continue;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user