Skip to content

Commit a320d95

Browse files
committed
relax log level a bit
1 parent d9150c6 commit a320d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/danga/MemCached/MemCachedClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ public long getCounter( String key, Integer hashCode ) {
792792
}
793793
catch ( Exception ex ) {
794794
// not found or error getting out
795-
log.error( String.format( "Failed to parse Long value for key: %s", key ) );
795+
log.info( String.format( "Failed to parse Long value for key: %s", key ) );
796796
}
797797

798798
return counter;

0 commit comments

Comments
 (0)