Added linebreak to logmessage of class
Signed-off-by: Florian Aders <eleras@froxlor.org>
This commit is contained in:
@@ -357,7 +357,7 @@ keyUsage = nonRepudiation, digitalSignature, keyEncipherment');
|
||||
|
||||
protected function log($message)
|
||||
{
|
||||
fwrite($this->debugHandler, 'letsencrypt ' . $message);
|
||||
fwrite($this->debugHandler, 'letsencrypt ' . $message . "\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user