Skip to content

Commit

Permalink
reword LOG.warn() per rangadi's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Joseph Koontz committed Feb 20, 2013
1 parent 2ede918 commit 5c12afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/com/hadoop/compression/lzo/LzoDecompressor.java
Expand Up @@ -207,7 +207,7 @@ public synchronized void setInput(byte[] b, int off, int len) {
len + " is greater than this decompressor's directBufferSize: " +
directBufferSize + ". To fix this, increase the value of your " +
"configuration's io.compression.codec.lzo.buffersize to be larger " +
"than: " + len + ".")
"than: " + len + ".")
}
}

Expand Down

0 comments on commit 5c12afd

Please sign in to comment.