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:
parent
ea7294f7d5
commit
8b18b0c97d
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue