mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Add FFmpeg prefix on log lines.
This commit is contained in:
parent
47768f8202
commit
7cee4135b2
@ -55,7 +55,7 @@ export class VideoConverterWorker {
|
||||
})
|
||||
.on('stderr', function (line: string) {
|
||||
// Although this is under `stderr` event, all of ffmpeg output come here.
|
||||
Logger.debug(line);
|
||||
Logger.debug('[FFmpeg] ' + line);
|
||||
});
|
||||
|
||||
// set custom input options
|
||||
|
Loading…
x
Reference in New Issue
Block a user