--- gvpe/src/conf.C 2008/08/10 01:34:36 1.46 +++ gvpe/src/conf.C 2008/08/10 02:49:21 1.47 @@ -498,7 +498,7 @@ if (routerprio && (connectmode != C_ALWAYS && connectmode != C_DISABLED)) { - //slog (L_WARN, _("%s: has non-zero router-priority but either 'never' or 'ondemand' as connectmode, setting it to 'always'."), nodename); + slog (L_WARN, _("%s: has non-zero router-priority but either 'never' or 'ondemand' as connectmode, setting it to 'always'."), nodename); connectmode = C_ALWAYS; } }