Skip to content

Commit

Permalink
We should reenable debugging, modifying to Info for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Aug 29, 2023
1 parent 65a739e commit c71cb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machinery/src/onvif/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func HandleONVIFActions(configuration *models.Configuration, communication *mode
functions, _, _ := GetPTZFunctionsFromDevice(configurations)

// Log functions
log.Log.Debug("HandleONVIFActions: functions: " + strings.Join(functions, ", "))
log.Log.Info("HandleONVIFActions: functions: " + strings.Join(functions, ", "))

// Check if we need to use absolute or continuous move
canAbsoluteMove := false
Expand Down

0 comments on commit c71cb71

Please sign in to comment.