Skip to content
Snippets Groups Projects
Commit b655dbac authored by Jakob P's avatar Jakob P
Browse files

Issue #3446836: Incorrect logger name in admin_toolbar_links_access_filter module.

parent d969da4e
No related branches found
No related tags found
No related merge requests found
Pipeline #242083 passed with warnings
......@@ -123,7 +123,7 @@ function admin_toolbar_links_access_filter_filter_non_accessible_links(array &$i
}
catch (\UnexpectedValueException $e) {
// Skip on errors like "base:block has no corresponding route":
\Drupal::logger('my_module')->error($e->getMessage());
\Drupal::logger('admin_toolbar')->error($e->getMessage());
continue;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment