mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-07 04:49:17 +00:00
debug
This commit is contained in:
parent
10d5373905
commit
188db8cd6f
1 changed files with 2 additions and 1 deletions
|
@ -452,10 +452,11 @@ 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)
|
||||
|
||||
mh, ok := p.methodsAvailable.CheckIfExists(sam.Message.Method)
|
||||
if !ok {
|
||||
fmt.Printf("error: subscriberHandler: method type not available: %v\n", sams[i].Message.Method)
|
||||
fmt.Printf("error: subscriberHandler: method type not available: %v\n", sam.Message.Method)
|
||||
// p.errorKernel.errSend(p, sam.Message, er, logError)
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue