diff --git a/plugin/YPTSocket/MessageSQLiteV2.php b/plugin/YPTSocket/MessageSQLiteV2.php index ee68e02ac3..0af2f4270c 100644 --- a/plugin/YPTSocket/MessageSQLiteV2.php +++ b/plugin/YPTSocket/MessageSQLiteV2.php @@ -578,7 +578,7 @@ class Message implements MessageComponentInterface // If it takes longer than 0.01 seconds, add to lastMessageToAllDurationMessages if ($duration > $maxDuration) { - $msg = "resourceId={$client['resourceId']} took {$duration} seconds to send the message maxDuration=$maxDuration."; + $msg = "resourceId={$client['resourceId']} took {$duration} seconds to send the message maxDuration=$maxDuration clients=".count($this->clients); _log_message($msg); _error_log($msg, \AVideoLog::$SOCKET); self::$lastMessageToAllDurationMessages[] = [