mirror of
https://github.com/postmannen/ctrl.git
synced 2025-03-31 01:24:31 +00:00
debug
This commit is contained in:
parent
08378167d5
commit
23426114b8
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ func (s *server) directSAMSChRead() {
|
|||
|
||||
fmt.Printf("&&&&&&&: directSAMSChRead: len of sams: %v,i:%v\n", len(sams), i)
|
||||
fmt.Printf("&&&&&&&: directSAMSChRead: content of sams[%v]: %v\n", i, sams[i])
|
||||
fmt.Printf("&&&&&&&: directSAMSChRead: content of methods available: %#v\n", s.processInitial.methodsAvailable)
|
||||
fmt.Printf("&&&&&&&: directSAMSChRead: content of methods available: %#v\n", p.methodsAvailable.Methodhandlers)
|
||||
|
||||
mh, ok := p.methodsAvailable.CheckIfExists(sam.Message.Method)
|
||||
fmt.Printf("error: subscriberHandler: method available check result, mh: %v, ok: %v\n", mh, ok)
|
||||
|
|
Loading…
Add table
Reference in a new issue