Skip to content

Commit

Permalink
0000816: Log messages in AbstractJob are reversed
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanes committed Sep 11, 2012
1 parent d1029e8 commit 8e80e2d
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -185,11 +185,10 @@ public boolean invoke(boolean force) {
}
}
} else {
log.warn("This thread was interrupted. Not executing the job until the interrupted status has cleared");
log.info("The engine is not currently started.");
}

} else {
log.info("The engine is not currently started.");
log.warn("This thread was interrupted. Not executing the job until the interrupted status has cleared");
}
}
} catch (final Throwable ex) {
Expand Down

0 comments on commit 8e80e2d

Please sign in to comment.