1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-12 16:06:10 +02:00

[#789] fixed typo in realtime debug log

This commit is contained in:
Piotr Rogowski 2022-10-17 07:21:56 +02:00 committed by GitHub
parent 32393990bb
commit 6385c5e646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ func (api *realtimeApi) connect(c echo.Context) error {
}
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)