Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
565e2472
Commit
565e2472
authored
Apr 06, 2011
by
vogelor
Browse files
It is only debug, not error, if the network-configuration is disabled
parent
209d936a
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/network_settings_plugin.inc.php
View file @
565e2472
...
...
@@ -238,7 +238,7 @@ class network_settings_plugin {
}
}
else
{
$app
->
log
(
'Network configuration disabled in server settings.'
,
LOGLEVEL_
WARN
);
$app
->
log
(
'Network configuration disabled in server settings.'
,
LOGLEVEL_
DEBUG
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment