Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rgfeldman committed May 22, 2017
1 parent 92079e3 commit a5eed31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/si/CDIS/MetaDataSync.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ else if (idsType.equals("EXTERNAL") ) {
logger.log(Level.SEVERE, "size: " + idsSize);

} catch(Exception e) {
logger.log(Level.SEVERE, "Error: Unable to Obtain IDS size, setting to default", e);
logger.log(Level.INFO, "IDS size not an integer, setting to default for " + idsType);
idsSize = defaultIdsSize;
}

Expand Down

0 comments on commit a5eed31

Please sign in to comment.