ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/conf.C
(Generate patch)

Comparing gvpe/src/conf.C (file contents):
Revision 1.47 by pcg, Sun Aug 10 02:49:21 2008 UTC vs.
Revision 1.48 by pcg, Sun Aug 10 02:49:27 2008 UTC

496 max_queue = 1; 496 max_queue = 1;
497 } 497 }
498 498
499 if (routerprio && (connectmode != C_ALWAYS && connectmode != C_DISABLED)) 499 if (routerprio && (connectmode != C_ALWAYS && connectmode != C_DISABLED))
500 { 500 {
501 slog (L_WARN, _("%s: has non-zero router-priority but either 'never' or 'ondemand' as connectmode, setting it to 'always'."), nodename); 501 //slog (L_WARN, _("%s: has non-zero router-priority but either 'never' or 'ondemand' as connectmode, setting it to 'always'."), nodename);
502 connectmode = C_ALWAYS; 502 connectmode = C_ALWAYS;
503 } 503 }
504} 504}
505 505
506void configuration_parser::parse_argv () 506void configuration_parser::parse_argv ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines