Logging for cgui
This commit is contained in:
parent
8482b07eed
commit
c5704f9d10
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user