diff --git a/src/ngx_gzip_setter.cc b/src/ngx_gzip_setter.cc index 6e85bc360..cacbc5f46 100644 --- a/src/ngx_gzip_setter.cc +++ b/src/ngx_gzip_setter.cc @@ -381,7 +381,7 @@ void NgxGZipSetter::AddGZipHTTPTypes(ngx_conf_t* cf) { } void NgxGZipSetter::RollBackAndDisable(ngx_conf_t* cf) { - ngx_conf_log_error(NGX_LOG_INFO, cf, 0, + ngx_conf_log_error(NGX_LOG_DEBUG, cf, 0, "pagespeed: rollback gzip, explicit configuration"); for (std::vector::iterator i = ngx_flags_set_.begin(); i != ngx_flags_set_.end(); ++i) {