Use parameterized log statements.

This commit is contained in:
Karsten Loesing 2018-08-21 10:03:30 +02:00
parent d81c8400af
commit 9f0d510a28

View File

@ -78,8 +78,8 @@ public class Main {
return new RawStat(dateDays, fingerprint, fractionRead,
fractionWrite, fractionBoth);
} else {
log.warn("Could not deserialize raw statistic from string '" + string
+ "'.");
log.warn("Could not deserialize raw statistic from string '{}'.",
string);
return null;
}
} catch (NumberFormatException e) {