summaryrefslogtreecommitdiffstats
path: root/components/rappor/rappor_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/rappor/rappor_service.cc')
-rw-r--r--components/rappor/rappor_service.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/rappor/rappor_service.cc b/components/rappor/rappor_service.cc
index 5b7b753..7fc4fce 100644
--- a/components/rappor/rappor_service.cc
+++ b/components/rappor/rappor_service.cc
@@ -126,7 +126,8 @@ void RapporService::Update(RecordingLevel recording_level, bool may_upload) {
}
}
- DVLOG(1) << "RapporService may_upload=" << may_upload;
+ DVLOG(1) << "RapporService recording_level=" << recording_level_
+ << " may_upload=" << may_upload;
if (may_upload) {
uploader_->Start();
} else {