mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-07 12:59:15 +00:00
debug
This commit is contained in:
parent
188db8cd6f
commit
08378167d5
1 changed files with 1 additions and 0 deletions
|
@ -455,6 +455,7 @@ func (s *server) directSAMSChRead() {
|
|||
fmt.Printf("&&&&&&&: directSAMSChRead: content of methods available: %#v\n", s.processInitial.methodsAvailable)
|
||||
|
||||
mh, ok := p.methodsAvailable.CheckIfExists(sam.Message.Method)
|
||||
fmt.Printf("error: subscriberHandler: method available check result, mh: %v, ok: %v\n", mh, ok)
|
||||
if !ok {
|
||||
fmt.Printf("error: subscriberHandler: method type not available: %v\n", sam.Message.Method)
|
||||
// p.errorKernel.errSend(p, sam.Message, er, logError)
|
||||
|
|
Loading…
Reference in a new issue