Skip to content

Commit fe9dff2

Browse files
Update frankenphp.go
Co-authored-by: Alexandre Daubois <2144837+alexandre-daubois@users.noreply.github.com>
1 parent aa2476a commit fe9dff2

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)