Skip to content

Commit

Permalink
chore: add ffmpeg record log
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 committed Jun 28, 2024
1 parent c58aa40 commit 0087296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/ffmpeg/record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { SUCCESS_CODE, FFMPEG_ERROR_CODE } from '../../code'

import { RECORD_DUMMY_PROCESS } from '../../const'

const log = debug('record-stream')
const log = debug('fideo-record-stream')

const KILL_MESSAGE = 'ffmpeg was killed with signal SIGKILL'

Expand Down

0 comments on commit 0087296

Please sign in to comment.