mirror of
https://github.com/juanfont/headscale.git
synced 2025-05-22 18:11:52 -04:00
fix typo in TailSQL's log
This commit is contained in:
parent
6750414db1
commit
1605e2a7a9
@ -92,7 +92,7 @@ func runTailSQLService(ctx context.Context, logf logger.Logf, stateDir, dbPath s
|
|||||||
mux := tsql.NewMux()
|
mux := tsql.NewMux()
|
||||||
tsweb.Debugger(mux)
|
tsweb.Debugger(mux)
|
||||||
go http.Serve(lst, mux)
|
go http.Serve(lst, mux)
|
||||||
logf("ailSQL started")
|
logf("TailSQL started")
|
||||||
<-ctx.Done()
|
<-ctx.Done()
|
||||||
logf("TailSQL shutting down...")
|
logf("TailSQL shutting down...")
|
||||||
return tsNode.Close()
|
return tsNode.Close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user