modify exit message when signaled
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
803bdc5469
commit
87961eff23
2
ffmpeg.c
2
ffmpeg.c
@ -530,7 +530,7 @@ static void ffmpeg_cleanup(int ret)
|
||||
avformat_network_deinit();
|
||||
|
||||
if (received_sigterm) {
|
||||
av_log(NULL, AV_LOG_INFO, "Received signal %d: terminating.\n",
|
||||
av_log(NULL, AV_LOG_INFO, "Exiting normally, received signal %d.\n",
|
||||
(int) received_sigterm);
|
||||
} else if (ret && transcode_init_done) {
|
||||
av_log(NULL, AV_LOG_INFO, "Conversion failed!\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user