Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed May 10, 2016
1 parent 40ffb92 commit c02aa8a
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -91,8 +91,7 @@ void init() {
}
contextSelectorBinder.init(defaultLoggerContext, KEY);
initialized = true;
} catch (Exception t) {//do not swallow Errors
// we should never get here
} catch (Exception t) { // see LOGBACK-1159
Util.report("Failed to instantiate [" + LoggerContext.class.getName() + "]", t);
}
}
Expand Down

0 comments on commit c02aa8a

Please sign in to comment.