[Client] Print config on stdout (not stderr)

This commit is contained in:
Matteo Cypriani 2013-09-20 11:39:31 -04:00
parent e48724b332
commit 9ca63f0858
1 changed files with 32 additions and 32 deletions

View File

@ -428,7 +428,7 @@ void check_configuration()
void print_configuration()
{
fprintf(stderr, "Options:\n"
printf("Options:\n"
"\tDaemon: %s\n"
"\tVerbose: %s\n"
"\tDestination IP: %s\n"