Fixed for Timer.saveData()
This commit is contained in:
parent
ff2c100664
commit
c59123e974
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ public class Timer {
|
|||
stream.flush();
|
||||
IOUtils.closeQuietly(stream);
|
||||
} catch (IOException ex) {
|
||||
log.error("Unable to save data for operation '" + op + "'");
|
||||
log.error("Unable to save data for operation '" + op + "'", ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue