We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdcc9b commit c2437c8Copy full SHA for c2437c8
internal/pihole/client.go
@@ -159,7 +159,7 @@ func (c *Client) getPHPSessionID() (sessionID string) {
159
160
resp, err := c.httpClient.Do(req)
161
if err != nil {
162
- log.Error("An error has occured during login to PI-Hole: %v", err)
+ log.Errorf("An error has occured during login to PI-Hole: %v", err)
163
}
164
165
for _, cookie := range resp.Cookies() {
0 commit comments