chore(logging): Fix branding of errorlog log messages

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/35612/head
Christoph Wurst 2 years ago
parent e36e92bace
commit 94cebfea7c
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

@ -1,4 +1,7 @@
<?php
declare(strict_types=1);
/**
* The MIT License (MIT)
*
@ -32,7 +35,7 @@ class Errorlog implements IWriter {
/** @var string */
protected $tag;
public function __construct(string $tag = 'owncloud') {
public function __construct(string $tag = 'nextcloud') {
$this->tag = $tag;
}

Loading…
Cancel
Save