add space in error log

This commit is contained in:
UlricQin 2022-02-10 17:54:52 +08:00
parent b32a7b3a9e
commit bd762172d4
1 changed files with 1 additions and 1 deletions

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
}