Skip to content

Commit 53cd19e

Browse files
committed
[chore] Fix minor log typo
1 parent 06e334d commit 53cd19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/jruby/rack/RackApplicationFactoryDecorator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ public void destroy() {
133133
public RackApplication getApplication() throws RackException {
134134
final RuntimeException error = getInitError();
135135
if ( error != null ) {
136-
log(DEBUG, "due a previous initialization failure application instance can not be returned");
137-
throw error; // this is better - we shall never return null here ...
136+
log(DEBUG, "due to a previous initialization failure application instance can not be returned");
137+
throw error;
138138
}
139139
return getApplicationImpl();
140140
}

0 commit comments

Comments
 (0)