Skip to content

Commit

Permalink
add print for record mode
Browse files Browse the repository at this point in the history
  • Loading branch information
seankane-msft committed Aug 2, 2021
1 parent 9feac51 commit fd8c713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/internal/recording/recording.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ func StartRecording(t *testing.T, options *RecordingOptions) error {
if recordMode == "" {
fmt.Println("AZURE_RECORD_MODE was not set, options are \"record\" or \"playback\". \nDefaulting to playback")
recordMode = "playback"
} else {
fmt.Println("AZURE_RECORD_MODE: ", recordMode)
}
testId := getTestId(t)

Expand Down

0 comments on commit fd8c713

Please sign in to comment.