Skip to content

Commit

Permalink
Fix log message in oauth webapp
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Jan 22, 2022
1 parent d04a7d3 commit 88fdf3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ public class OAuthServletListener implements ServletContextListener {

@Override
public void contextDestroyed(ServletContextEvent arg0) {
log.info("Initialising Lyo OAuth webapp");
log.info("Closing Lyo OAuth consumer store");
OAuthConfiguration.getInstance().getConsumerStore().closeConsumerStore();
}

@Override
public void contextInitialized(ServletContextEvent arg0) {

log.info("Initialising Lyo OAuth webapp");
}

}

0 comments on commit 88fdf3b

Please sign in to comment.