gh-pages
Brian Jack 2014-12-11 06:58:15 -08:00
parent 87cc49a72c
commit 61dce15bc4
1 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,8 @@ int main(int argc, char** argv)
config.read_cmdline(argc,argv);
LOCK_COUT
cout << "Version is: " << auto_ver << endl;
cout << "Starting in: " << cwd << endl;
cout << "Client version is: " << auto_ver << endl;
cout << "Client starting in: " << cwd << endl;
/* test settings map */
/*for (auto &setting : config) {
cout << setting.first << "="