git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/common-smartgears-utils@92958 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d22ab4b6a7
commit
a459c4c9ef
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue