Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Oct 16, 2023
1 parent b61cb43 commit 835bb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapic/mistapiconnector_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ func (mc *mac) nukeAllStreamNames(playbackID string) {
for _, streamName := range streamNames {
err := mc.mist.NukeStream(streamName)
if err != nil {
glog.Errorf("error nuking stream playbackId=%s streamName=%s err=%q", si.stream.PlaybackID, streamName, err)
glog.Errorf("error nuking stream playbackId=%s streamName=%s err=%q", playbackID, streamName, err)
}
}
}
Expand Down

0 comments on commit 835bb9e

Please sign in to comment.