vogelor
2011-04-06 565e24721acbd28381c0f4f65d469aeef3abf756
It is only debug, not error, if the network-configuration is disabled
1 files modified
2 ■■■ changed files
server/plugins-available/network_settings_plugin.inc.php 2 ●●● patch | view | raw | blame | history
server/plugins-available/network_settings_plugin.inc.php
@@ -238,7 +238,7 @@
            }
            
        } else {
            $app->log('Network configuration disabled in server settings.',LOGLEVEL_WARN);
            $app->log('Network configuration disabled in server settings.',LOGLEVEL_DEBUG);
        }
        
    }