This commit is contained in:
andrea.manzi 2014-03-11 11:41:48 +00:00
parent d22ab4b6a7
commit a459c4c9ef
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class SweeperClient {
try { try {
sw.cleanRIProfiles(); sw.cleanRIProfiles();
} catch (FileNotFoundException | JAXBException e) { } catch (FileNotFoundException | JAXBException e) {
logger.error("Error cleaning the RunningInstance profile ", e); logger.error("Error cleaning the RunningInstance profiles ", e);
System.exit(1); System.exit(1);
} }
} }