commit | 0569d93db7a8d06cf59a0aee7cafd4b11003babd | [log] [tgz] |
---|---|---|
author | andrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Apr 09 17:48:48 2014 +0000 |
committer | andrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Apr 09 17:48:48 2014 +0000 |
tree | 30912a77e99e3bd928a99d01531fff972d721074 | |
parent | 8f89497949fe9fd710640fa0e095beb909e2c1c9 [diff] [blame] |
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
diff --git a/webrtc/modules/audio_coding/neteq4/neteq_impl.cc b/webrtc/modules/audio_coding/neteq4/neteq_impl.cc index 97e1874..8ab6205 100644 --- a/webrtc/modules/audio_coding/neteq4/neteq_impl.cc +++ b/webrtc/modules/audio_coding/neteq4/neteq_impl.cc
@@ -97,7 +97,7 @@ "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_;