no message

This commit is contained in:
hellcat 2025-12-18 18:41:53 +08:00
parent 3f45687fb2
commit ee83f61a7d

View File

@ -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;