diff options
Diffstat (limited to 'content/browser/speech/google_streaming_remote_engine.cc')
-rw-r--r-- | content/browser/speech/google_streaming_remote_engine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/speech/google_streaming_remote_engine.cc b/content/browser/speech/google_streaming_remote_engine.cc index f9e2e6e..7fea0fa 100644 --- a/content/browser/speech/google_streaming_remote_engine.cc +++ b/content/browser/speech/google_streaming_remote_engine.cc @@ -53,7 +53,7 @@ void DumpResponse(const std::string& response) { DVLOG(1) << "RESULT #" << i << ":"; const proto::SpeechRecognitionResult& res = event.result(i); if (res.has_final()) - DVLOG(1) << " FINAL:\t" << res.final(); + DVLOG(1) << " final:\t" << res.final(); if (res.has_stability()) DVLOG(1) << " STABILITY:\t" << res.stability(); for (int j = 0; j < res.alternative_size(); ++j) { |