Skip to content

Commit 14b4985

Browse files
committed
[chore] Fix minor log typo
(cherry picked from commit 49e0fec)
1 parent 97eb7d2 commit 14b4985

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)