diff options
author | Max Kellermann <max@duempel.org> | 2008-12-28 19:48:52 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-28 19:48:52 +0100 |
commit | 8dc92ad28420a2babb3731624c137ad4ef1540c2 (patch) | |
tree | 43555cbde839b3e245401e3e7f7359ffcd635494 /src/cmdline.c | |
parent | d838a1ad24a9eaac44367e34506373b4b71e4ff0 (diff) | |
download | mpd-8dc92ad28420a2babb3731624c137ad4ef1540c2.tar.gz mpd-8dc92ad28420a2babb3731624c137ad4ef1540c2.tar.xz mpd-8dc92ad28420a2babb3731624c137ad4ef1540c2.zip |
log: deprecated "error_file" option
Removed the "error_file" option. There is only one log file now. If
a user wants to see only the errors, he should configure a log_level.
Diffstat (limited to 'src/cmdline.c')
-rw-r--r-- | src/cmdline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmdline.c b/src/cmdline.c index fb36a8747..feba99a3b 100644 --- a/src/cmdline.c +++ b/src/cmdline.c @@ -84,7 +84,7 @@ void parseOptions(int argc, char **argv, Options *options) { "no-daemon", 0, 0, G_OPTION_ARG_NONE, &option_no_daemon, "don't detach from console", NULL }, { "stdout", 0, 0, G_OPTION_ARG_NONE, &options->stdOutput, - "print messages to stdout and stderr", NULL }, + "print messages to stderr", NULL }, { "verbose", 'v', 0, G_OPTION_ARG_NONE, &options->verbose, "verbose logging", NULL }, { .long_name = NULL } |