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

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/18430/head
Arthur Schiwon 6 years ago
parent ea7294f7d5
commit 8b18b0c97d
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
  1. 2
      apps/workflowengine/lib/AppInfo/Application.php

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

Loading…
Cancel
Save