Skip to content

Commit f4da030

Browse files
committed
Merge branch 'feat/mercure_publish' of github.com:php/frankenphp into feat/mercure_publish
2 parents e62a78c + fe9dff2 commit f4da030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frankenphp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ func go_mercure_publish(threadIndex C.uintptr_t, topics unsafe.Pointer, data uns
582582
fc := phpThreads[threadIndex].getRequestContext()
583583

584584
if fc.mercureHub == nil {
585-
logger.Error("No Mercure configured hub")
585+
logger.Error("No Mercure hub configured")
586586

587587
return nil, 1
588588
}

0 commit comments

Comments
 (0)