mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-08 05:09:15 +00:00
debug
This commit is contained in:
parent
eca56dcc2f
commit
4edd0ba053
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ func (s *server) directSAMSChRead() {
|
||||||
|
|
||||||
mh, ok := p.methodsAvailable.CheckIfExists(sams[i].Message.Method)
|
mh, ok := p.methodsAvailable.CheckIfExists(sams[i].Message.Method)
|
||||||
if !ok {
|
if !ok {
|
||||||
fmt.Printf("error: subscriberHandler: method type not available: %v", p.subject.Method)
|
fmt.Printf("error: subscriberHandler: method type not available: %v\n", sams[i].Message.Method)
|
||||||
// p.errorKernel.errSend(p, sam.Message, er, logError)
|
// p.errorKernel.errSend(p, sam.Message, er, logError)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue