Skip to content

Commit

Permalink
Making autosnow more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Jun 1, 2018
1 parent a1f79c2 commit ee5ec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SnowFall.java
Expand Up @@ -146,7 +146,7 @@ public SnowFall(String filename, String seed, long size)
double per_comp = (double)w / (double)writes;
DecimalFormat df = new DecimalFormat("0.00");

logger.info(String.format("Running at %s writes per second. Estimated total runtime is %s hours. %s complete.",
logger.info(String.format("Generating snow field at %s writes per second. Estimated total runtime is %s hours. %s complete.",
df.format(rate),
df.format(runtime_est_hours),
df.format(per_comp)));
Expand Down

0 comments on commit ee5ec88

Please sign in to comment.