thomasmoelhave / tpie

Templated Portable I/O Environment
Other
112 stars 24 forks source link

compressor_thread::m_preferredCompression is snappy, causing a warning when snappy is not available #179

Closed freekvw closed 9 years ago

freekvw commented 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.

svendcs commented 9 years ago

The message now outputs to log_debug() instead of log_warning().