mirror of
https://github.com/torproject/metrics-web.git
synced 2024-11-26 19:20:32 +00:00
Use parameterized log statements.
This commit is contained in:
parent
d81c8400af
commit
9f0d510a28
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user