diff --git a/client.go b/client.go index 9dc8bd9..b0bd212 100644 --- a/client.go +++ b/client.go @@ -5,6 +5,8 @@ import ( ) func clientSendCWMsg(userID64 int64, s string) { + log.Printf("clientSendCWMsg : s : %s\n", s) + log.Printf("clientSendCWMsg : userID64 : %d\n", userID64) c := TGCommand{ Type: commandSendMsg, Text: s,