1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-07 04:49:17 +00:00
This commit is contained in:
postmannen 2024-11-24 22:37:12 +01:00
parent eca56dcc2f
commit 4edd0ba053

View file

@ -455,7 +455,7 @@ func (s *server) directSAMSChRead() {
mh, ok := p.methodsAvailable.CheckIfExists(sams[i].Message.Method)
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)
continue
}