This commit is contained in:
lolcat 2024-01-20 14:06:55 -05:00
parent e685a469f4
commit 6433b86948
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ class fuckwebsockets{
}
// final message
$this->log($this->client, "Text frame: {$frame_data}");
$this->log($this->client, ($opcode === self::op_text ? "Text" : "Binary") . " frame: {$frame_data}");
break;