Browse Source

add space in error log

tags/v5.8.0
UlricQin 4 years ago
parent
commit
bd762172d4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/engine/notify.go

+ 1
- 1
src/server/engine/notify.go View File

@@ -180,7 +180,7 @@ func DoGlobalCallback(event *models.AlertCurEvent) {
var resp *http.Response
resp, err = client.Do(req)
if err != nil {
logger.Warning("DoGlobalCallback failed to call url", err)
logger.Warning("DoGlobalCallback failed to call url, error: ", err)
return
}



Loading…
Cancel
Save