Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'avserver.c')
-rw-r--r--avserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avserver.c b/avserver.c
index ec5f2bea6b..e4d353b559 100644
--- a/avserver.c
+++ b/avserver.c
@@ -475,7 +475,7 @@ static void start_children(FFStream *feed)
slash++;
strcpy(slash, "avconv");
- http_log("Launch commandline: ");
+ http_log("Launch command line: ");
http_log("%s ", pathname);
for (i = 1; feed->child_argv[i] && feed->child_argv[i][0]; i++)
http_log("%s ", feed->child_argv[i]);