summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/private/route/router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/route/router.php b/lib/private/route/router.php
index 3ed343b348d..842ba4f11b6 100644
--- a/lib/private/route/router.php
+++ b/lib/private/route/router.php
@@ -316,7 +316,7 @@ class Router implements IRouter {
try {
return $this->getGenerator()->generate($name, $parameters, $absolute);
} catch (RouteNotFoundException $e) {
- $this->logger->logException($e);
+ \OCP\Util::logException('router', $e);
return '';
}
}