Skip to content

Commit

Permalink
hot-fix: embed friendly name in recording when set
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 30, 2024
1 parent b1ff513 commit b2589f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions machinery/src/capture/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ func HandleRecordStream(queue *packets.Queue, configDirectory string, configurat
startRecording := now
timestamp := now

if config.FriendlyName != "" {
config.Name = config.FriendlyName
}

// For continuous and motion based recording we will use a single file.
var file *os.File

Expand Down

0 comments on commit b2589f4

Please sign in to comment.