Additional debugging for messages that fail quick validation during processing
This commit is contained in:
parent
67dad76bd1
commit
6c9f4facc6
@ -794,7 +794,7 @@ class Message extends FTNBase
|
|||||||
|
|
||||||
// Quick validation that we are done
|
// Quick validation that we are done
|
||||||
if ($ptr_content_start !== strlen($content)) {
|
if ($ptr_content_start !== strlen($content)) {
|
||||||
Log::alert(sprintf('%s:! We failed parsing the message.',self::LOGKEY));
|
Log::alert(sprintf('%s:! We failed parsing the message start [%d] content [%d]',self::LOGKEY,$ptr_content_start,strlen($content)));
|
||||||
$o->msg = substr($message,0,$ptr_end);
|
$o->msg = substr($message,0,$ptr_end);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user