Skip to content

Commit

Permalink
warning: printing the work sub url
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 16, 2024
1 parent 21d81b9 commit 2a7d9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machinery/src/components/Kerberos.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func RunAgent(configDirectory string, configuration *models.Configuration, commu
time.Sleep(time.Second * 3)
return status
}
log.Log.Info("components.Kerberos.RunAgent(): opened RTSP sub stream: " + rtspUrl)
log.Log.Info("components.Kerberos.RunAgent(): opened RTSP sub stream: " + subRtspUrl)

// Get the video streams from the RTSP server.
videoSubStreams, err = rtspSubClient.GetVideoStreams()
Expand Down

0 comments on commit 2a7d9b6

Please sign in to comment.