80 colums reinforcement

This commit is contained in:
john stone 2013-11-08 07:09:14 +01:00
parent e3f5b5284e
commit f5d177e63a
1 changed files with 7 additions and 3 deletions

View File

@ -43,11 +43,15 @@ int main(int argc, char **argv)
//debugcode:
cout << "value of port: " << args_info.port_arg << std::endl;
cout << "value of daemonize: " << static_cast<bool>(args_info.daemonize_flag) << std::endl;
cout << "value of daemonize: " <<
static_cast<bool>(args_info.daemonize_flag) <<
std::endl;
cout << "value of listen_given: "<< args_info.listen_given << std::endl ;
cout << "value of listen_given: "<<
args_info.listen_given << std::endl ;
for (unsigned int i = 0; i < args_info.listen_given; i++)
cout << "value of listen: " << args_info.listen_arg[i] <<std::endl;
cout << "value of listen: " <<
args_info.listen_arg[i] <<std::endl;
if (args_info.saveconf_given) {
if (cmd_parser_file_save