lower to debug, since we fire two events, so it is legitimate

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2019-12-16 15:30:50 +01:00
parent ea7294f7d5
commit 8b18b0c97d
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class Application extends \OCP\AppFramework\App {
$operation->onEventCompat($eventName, $event, $ruleMatcher); $operation->onEventCompat($eventName, $event, $ruleMatcher);
} else { } else {
$logger = $this->getContainer()->getServer()->getLogger(); $logger = $this->getContainer()->getServer()->getLogger();
$logger->warning( $logger->debug(
'Cannot handle event {name} of {event} against entity {entity} and operation {operation}', 'Cannot handle event {name} of {event} against entity {entity} and operation {operation}',
[ [
'app' => self::APP_ID, 'app' => self::APP_ID,