better debug output when failing to load global state file

This commit is contained in:
Shay Banon 2012-08-03 20:28:33 +03:00
parent ad392bb11e
commit 3afeac5b12
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ public class LocalGatewayMetaState extends AbstractComponent implements ClusterS
}
}
} catch (Exception e) {
logger.debug("");
logger.debug("failed to load global state from [{}]", e, stateFile.getAbsolutePath());
}
}
}