mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not spam console, spam log
This commit is contained in:
parent
77a842ef4e
commit
e9954aef05
@ -694,7 +694,7 @@ function system_webgui_start() {
|
||||
if (!is_array($config['cert']))
|
||||
$config['cert'] = array();
|
||||
$a_cert =& $config['cert'];
|
||||
echo "Creating SSL Certificate... ";
|
||||
log_error("Creating SSL Certificate for this host");
|
||||
$cert = array();
|
||||
$cert['refid'] = uniqid();
|
||||
$cert['descr'] = "webConfigurator default";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user