Fixed for Timer.saveData()

This commit is contained in:
Tomas Kyjovsky 2016-02-26 03:21:15 +01:00
parent ff2c100664
commit c59123e974

View file

@ -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);
}
}