From 992320029e1375b0fd9caa95573881732161719f Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 22 Mar 2026 10:26:42 +0100 Subject: tools: websocket: Add empty line before RX log This makes it easier to distinguish the JSON messages visually. --- tools/websocket.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/websocket.go') diff --git a/tools/websocket.go b/tools/websocket.go index 31c39fb..594cb1b 100644 --- a/tools/websocket.go +++ b/tools/websocket.go @@ -87,6 +87,7 @@ func rx(c *websocket.Conn) { log.Println("read:", err) return } + log.Println("") log.Println(quote(prettify(string(message)), "< ")) } } -- cgit v1.3