Skip to content

Commit

Permalink
Switch log messages in KieRepositoryScanner (apache#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar authored and mariofusco committed Jun 5, 2017
1 parent 87e5d7c commit f702410
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -335,9 +335,9 @@ public synchronized void scanNow() {
}

if ( allUpdatesSucceeded ) {
log.error("Some errors occured while updating the following artifacts: " + updatedArtifacts);
} else {
log.info("The following artifacts have been updated: " + updatedArtifacts);
} else {
log.error("Some errors occured while updating the following artifacts: " + updatedArtifacts);
}

// show we catch exceptions here and shutdown the scanner if one happens?
Expand Down

0 comments on commit f702410

Please sign in to comment.