]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - ffserver.c
Make ffserver show launched commandlines not only in debug-mode.
[frescor/ffmpeg.git] / ffserver.c
index 923870e2f43584bcd75bcbc8086a2bdf6627fc0e..83f3675fe30bc0c0af9edaec45bc35d208469c29 100644 (file)
@@ -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);