summaryrefslogtreecommitdiffstats
path: root/chromeos/network/network_event_log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/network_event_log.cc')
-rw-r--r--chromeos/network/network_event_log.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/network/network_event_log.cc b/chromeos/network/network_event_log.cc
index 96e3c1a..1a77bd3 100644
--- a/chromeos/network/network_event_log.cc
+++ b/chromeos/network/network_event_log.cc
@@ -74,7 +74,7 @@ std::string LogEntry::ToString(bool show_time,
bool format_html) const {
std::string line;
if (show_time)
- line += "[" + UTF16ToUTF8(base::TimeFormatShortDateAndTime(time)) + "] ";
+ line += "[" + UTF16ToUTF8(base::TimeFormatTimeOfDay(time)) + "] ";
if (show_file) {
std::string filestr = format_html ? net::EscapeForHTML(file) : file;
line += base::StringPrintf("%s:%d ", filestr.c_str(), file_line);