This commit is contained in:
2025-06-02 23:16:10 +02:00
parent f3851e44b6
commit b77b013d63
6 changed files with 12 additions and 9 deletions

View File

@ -81,6 +81,6 @@ func sendToGotify(mess GotifyMessage) {
if resp.StatusCode != http.StatusOK {
Log.Errorln("Gotify server returned non-OK status:", resp.Status)
} else {
Log.Println("Push successfully sent to Gotify")
Log.Debugln("Push successfully sent to Gotify")
}
}