Skip to content

Commit

Permalink
update catch info
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhualta committed Mar 18, 2020
1 parent 3df8332 commit 42665bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ private void initFromLog(File logFile) throws IOException {
while ((cmd = br.readLine()) != null) {
try {
operation(cmd);
} catch (MetadataException exception) {
logger.error("Can not operate cmd {}", cmd);
} catch (Exception e) {
logger.error("Can not operate cmd {}", cmd, e);
}
}
}
Expand Down

0 comments on commit 42665bc

Please sign in to comment.