Commit 980c7177 authored by Eric Wong's avatar Eric Wong

main.c: initialize the verbose flag correctly

git-svn-id: https://svn.musicpd.org/mpd/trunk@4533 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 954dcec2
......@@ -156,6 +156,7 @@ static void parseOptions(int argc, char **argv, Options * options)
{
int argcLeft = argc;
options->verbose = 0;
options->daemon = 1;
options->stdOutput = 0;
options->createDB = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment