Skip to content

Commit

Permalink
show full config path
Browse files Browse the repository at this point in the history
  • Loading branch information
hrkfdn committed Nov 12, 2017
1 parent 2774305 commit b4024bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void setid(const char* username)
void printversion()
{
fprintf(stdout, "mpdas-" VERSION", (C) 2010-2017 Henrik Friedrichsen.\n");
fprintf(stdout, "Global config path is set to \"%s\"\n", CONFDIR);
fprintf(stdout, "Global config path is set to \"%s/mpdasrc\"\n", CONFDIR);
}

void printhelp()
Expand Down

0 comments on commit b4024bb

Please sign in to comment.