Skip to content

Commit

Permalink
Spacepolice
Browse files Browse the repository at this point in the history
  • Loading branch information
FSchumacher committed Nov 28, 2020
1 parent 1c7a231 commit 079404a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -236,7 +236,7 @@ private List<MenuCreator> findMenuCreators() {
log.error("Exception registering implementation: [{}] of interface: [{}], a dependency used by the plugin class is missing",
strClassName, MenuCreator.class, e);
} catch (Exception e) {
log.error("Exception registering implementation: [{}] of interface: [{}], a jar is probably missing",
log.error("Exception registering implementation: [{}] of interface: [{}], a jar is probably missing",
strClassName, MenuCreator.class, e);
}
}
Expand Down

0 comments on commit 079404a

Please sign in to comment.