Skip to content

Commit 565e247

Browse files
author
vogelor
committed
It is only debug, not error, if the network-configuration is disabled
1 parent 209d936 commit 565e247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/network_settings_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function update($event_name,$data) {
238238
}
239239

240240
} else {
241-
$app->log('Network configuration disabled in server settings.',LOGLEVEL_WARN);
241+
$app->log('Network configuration disabled in server settings.',LOGLEVEL_DEBUG);
242242
}
243243

244244
}

0 commit comments

Comments
 (0)