summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-06-24 22:27:37 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-06-24 22:27:37 +0000
commit5dc8eeb6396a1f8abf00a3f1a0ceb4ad36a14363 (patch)
tree0daab549db2ee86ef79a95b8f7cad0268824bfe2 /ffserver.c
parent6aada9b1ba77d492adb98e93c1f9d2d8c8488ec7 (diff)
Make ffserver show launched commandlines not only in debug-mode.
Originally committed as revision 13955 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c2
1 files changed, 0 insertions, 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);