Closed freekvw closed 9 years ago
Basically, when you don't have snappy installed, tpie will by default output a warning "get_compression_scheme_snappy: No snappy support; return none instead." I don't really care how it's solved, but the warning is a little annoying.
The message now outputs to log_debug() instead of log_warning().
log_debug()
log_warning()
Basically, when you don't have snappy installed, tpie will by default output a warning "get_compression_scheme_snappy: No snappy support; return none instead." I don't really care how it's solved, but the warning is a little annoying.