Skip to content

Commit

Permalink
Change logging format.
Browse files Browse the repository at this point in the history
  • Loading branch information
tetafro committed Sep 4, 2023
1 parent 26be51b commit 9ab19ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func main() {
t.Password,
)
if err != nil && !errors.Is(err, http.ErrServerClosed) {
log.Fatalf("ERROR: Failed to init ConnectBox client: %v", err)
log.Fatalf("Failed to init ConnectBox client: %v", err)
}
targets[t.Addr] = client
}
Expand Down

0 comments on commit 9ab19ba

Please sign in to comment.