From 5dc8eeb6396a1f8abf00a3f1a0ceb4ad36a14363 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 24 Jun 2008 22:27:37 +0000 Subject: [PATCH] Make ffserver show launched commandlines not only in debug-mode. Originally committed as revision 13955 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ffserver.c b/ffserver.c index 923870e2f4..83f3675fe3 100644 --- a/ffserver.c +++ b/ffserver.c @@ -416,13 +416,11 @@ static void start_children(FFStream *feed) slash++; strcpy(slash, "ffmpeg"); - if (ffserver_debug) { http_log("Launch commandline: "); http_log("%s ", pathname); for (i = 1; feed->child_argv[i] && feed->child_argv[i][0]; i++) http_log("%s ", feed->child_argv[i]); http_log("\n"); - } for (i = 3; i < 256; i++) close(i);