Move a chatty creation log in neteq to LS_VERBOSE.

R=henrik.lundin@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/11429004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5876 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2014-04-09 17:48:48 +00:00
parent 8f89497949
commit 0569d93db7

View File

@ -97,7 +97,7 @@ NetEqImpl::NetEqImpl(int fs,
"Changing to 8000 Hz.";
fs = 8000;
}
LOG(LS_INFO) << "Create NetEqImpl object with fs = " << fs << ".";
LOG(LS_VERBOSE) << "Create NetEqImpl object with fs = " << fs << ".";
fs_hz_ = fs;
fs_mult_ = fs / 8000;
output_size_samples_ = kOutputSizeMs * 8 * fs_mult_;