From 6433b86948d6ef229c3910dd8140d0f63a4c8dca Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 20 Jan 2024 14:06:55 -0500 Subject: [PATCH] hi g --- lib/fuckwebsockets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fuckwebsockets.php b/lib/fuckwebsockets.php index cb5b306..3e87082 100644 --- a/lib/fuckwebsockets.php +++ b/lib/fuckwebsockets.php @@ -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;