Logging for cgui

This commit is contained in:
qowevisa 2024-06-08 21:58:56 +03:00
parent 8482b07eed
commit c5704f9d10

View File

@ -129,6 +129,8 @@ func readFromWebSocket(conn net.Conn, ws *websocket.Conn) {
log.Printf("Error: link: %v", err)
continue
}
log.Printf("I generated link: %v\n", l)
log.Printf("Link data as string is: %s\n", string(l.Data))
tmpLink = &l
answ, err := com.ClientSendServerLink(l)
if err != nil {