Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Apr 3, 2022
1 parent e91c355 commit 1b7710f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlogql.v
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fn canary_logs(server string, canary_string string, show_labels bool) ? {
mut ws := websocket.new_client(socket + '/loki/api/v1/tail?query=' + query) ?

ws.on_open(fn (mut ws websocket.Client) ? {
eprintln('---------- Tail Canary Logs:')
eprintln('---------- Tail Canary Logs')
})
ws.on_error(fn (mut ws websocket.Client, err string) ? {
println('---------- Tail error: $err')
Expand Down

0 comments on commit 1b7710f

Please sign in to comment.