Skip to content

Commit

Permalink
move error to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 3, 2024
1 parent 6a111da commit 95ed1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machinery/src/cloud/Cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ loop:
onvifPresetsList = []byte("[]")
}
} else {
log.Log.Error("cloud.HandleHeartBeat(): error while getting PTZ configurations: " + err.Error())
log.Log.Debug("cloud.HandleHeartBeat(): error while getting PTZ configurations: " + err.Error())
onvifPresetsList = []byte("[]")
}

Expand Down

0 comments on commit 95ed1f0

Please sign in to comment.