| Index: jingle/notifier/listener/push_notifications_listen_task.cc
|
| diff --git a/jingle/notifier/listener/push_notifications_listen_task.cc b/jingle/notifier/listener/push_notifications_listen_task.cc
|
| index 3a665ee2cfa2f737f1d165475d1645907005cb08..ad1da9f9debd3ec4e73566760891badffbfa9a13 100644
|
| --- a/jingle/notifier/listener/push_notifications_listen_task.cc
|
| +++ b/jingle/notifier/listener/push_notifications_listen_task.cc
|
| @@ -38,7 +38,7 @@ int PushNotificationsListenTask::ProcessResponse() {
|
| return STATE_BLOCKED;
|
| }
|
|
|
| - VLOG(1) << "Received stanza " << XmlElementToString(*stanza);
|
| + DVLOG(1) << "Received stanza " << XmlElementToString(*stanza);
|
|
|
| // The push notifications service does not need us to acknowledge receipt of
|
| // the notification to the buzz server.
|
| @@ -72,7 +72,7 @@ int PushNotificationsListenTask::ProcessResponse() {
|
| LOG(WARNING) << "No data element found in push element "
|
| << XmlElementToString(*push_element);
|
| }
|
| - VLOG(1) << "Received notification " << notification.ToString();
|
| + DVLOG(1) << "Received notification " << notification.ToString();
|
| delegate_->OnNotificationReceived(notification);
|
| } else {
|
| LOG(WARNING) << "No push element found in stanza "
|
|
|