mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Log invalid settings class
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
fef51895c2
commit
2482e8ee34
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class Manager implements IManager {
|
|||
}
|
||||
|
||||
if (!$setting instanceof ISettings) {
|
||||
$this->log->logException(new \InvalidArgumentException('Invalid settings setting registered'), ['level' => ILogger::INFO]);
|
||||
$this->log->logException(new \InvalidArgumentException('Invalid settings setting registered (' . $class . ')'), ['level' => ILogger::INFO]);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue