tbrehm
2012-08-21 acf18c355573d4ad747f1d7a563e1e6a10c4c171
server/plugins-available/network_settings_plugin.inc.php
@@ -239,7 +239,12 @@
         }
         
      } else {
         $app->log('Network configuration disabled in server settings or server is a mirror server.',LOGLEVEL_DEBUG);
         if($data['mirrored'] == true) {
            $app->log('Skipping network config request. IP addresses from amster are not configured on the mirror.',LOGLEVEL_DEBUG);
         }
         if($server_config['auto_network_configuration'] == 'n') {
            $app->log('Network configuration disabled in server settings.',LOGLEVEL_DEBUG);
         }
      }
      
   }