Do not spam console, spam log

This commit is contained in:
Scott Ullrich 2010-12-18 15:32:33 -05:00
parent 77a842ef4e
commit e9954aef05

View File

@ -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";