Skip to content

Commit

Permalink
#22 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 20, 2016
1 parent 1cce7ce commit 63985f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/jare/Logs.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void run() {
final String name = ockets.next();
final long bytes = this.process(name);
this.bucket.remove(name);
Logger.info(this, "ocket %s processed: %,d bytes", name, bytes);
Logger.info(this, "ocket %s processed: %d bytes", name, bytes);
}
} catch (final IOException ex) {
throw new IllegalStateException(ex);
Expand Down

0 comments on commit 63985f5

Please sign in to comment.