Index: statsreport/uploader_aggregation-posix.cc |
=================================================================== |
--- statsreport/uploader_aggregation-posix.cc (revision 21208) |
+++ statsreport/uploader_aggregation-posix.cc (working copy) |
@@ -67,7 +67,8 @@ |
Formatter formatter(PRODUCT_NAME_STRING, interval); |
aggregator->FormatMetrics(&formatter); |
- return UploadMetrics(extra_url_data, user_agent, formatter.output()); |
+ DLOG(INFO) << "formatter.output() = " << formatter.output(); |
+ return UploadMetrics(extra_url_data, user_agent, formatter.output().c_str()); |
} |
} // namespace |