[fix] INFO level for some ssl messages

This commit is contained in:
Benjamin Sonntag 2017-10-07 20:05:46 +02:00
parent e39116c6c3
commit bb98f709d7
1 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ class m_ssl {
}
return $r;
} else {
$msg->raise("ERROR", "ssl", _("No SSL certificates available"));
$msg->raise("INFO", "ssl", _("No SSL certificates available"));
return array();
}
}
@ -172,7 +172,7 @@ class m_ssl {
}
return $r;
} else {
$msg->raise("ERROR","ssl", _("You currently have no hosting using SSL certificate"));
$msg->raise("INFO","ssl", _("You currently have no hosting using SSL certificate"));
return array();
}
}