Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: third_party/leveldatabase/chromium_logger.h

Issue 432083003: fix warning in third_party/leveldatabase/chromium_logger.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/leveldatabase/chromium_logger.h
diff --git a/third_party/leveldatabase/chromium_logger.h b/third_party/leveldatabase/chromium_logger.h
index c494dd1ffce572f869d54e2c1bd79e232a64a86d..f4a6802ee9937114b9d306e639b84ac9deb9d694 100644
--- a/third_party/leveldatabase/chromium_logger.h
+++ b/third_party/leveldatabase/chromium_logger.h
@@ -46,7 +46,7 @@ class ChromiumLogger : public Logger {
::base::Time::Now().LocalExplode(&t);
p += ::base::snprintf(p, limit - p,
- "%04d/%02d/%02d-%02d:%02d:%02d.%03d %" PRIu64 " ",
cmumford 2014/07/31 20:56:13 On some platforms (OSX I believe) pid_t (PlatformT
Mostyn Bramley-Moore 2014/07/31 21:22:17 (I'll switch to jsbell's suggestion.)
+ "%04d/%02d/%02d-%02d:%02d:%02d.%03d %llu ",
t.year,
t.month,
t.day_of_month,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698