You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-25 07:34:10 +02:00
[#789] fixed typo in realtime debug log
This commit is contained in:
@@ -62,7 +62,7 @@ func (api *realtimeApi) connect(c echo.Context) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if api.app.IsDebug() {
|
if api.app.IsDebug() {
|
||||||
log.Printf("Realtime connection establisehd: %s\n", client.Id())
|
log.Printf("Realtime connection established: %s\n", client.Id())
|
||||||
}
|
}
|
||||||
|
|
||||||
// signalize established connection (aka. fire "connect" message)
|
// signalize established connection (aka. fire "connect" message)
|
||||||
|
|||||||
Reference in New Issue
Block a user