summaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-12-05 01:13:11 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-12-05 01:13:11 +0000
commit4b514ae5364854e9cccf3aee245774a0c5816fc4 (patch)
tree00062a8107ee2ea225369f54301eb2cc46975762 /searchcorespi
parent673d9aa646a4e99320cbeaa717e9362555fd9e8e (diff)
timeSinceEpoch -> time_since_epoch.
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp b/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp
index da3058e9bbd..e2ab5f5ff1f 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp
+++ b/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp
@@ -944,7 +944,7 @@ IndexMaintainer::initFlush(SerialNum serialNum, searchcorespi::FlushStats * stat
_lastFlushTime = fastos::ClockSystem::now();
LOG(debug, "No memory index to flush. Update serial number and flush time to current: "
"flushSerialNum(%" PRIu64 "), lastFlushTime(%f)",
- _flush_serial_num, _lastFlushTime.timeSinceEpoch().sec());
+ _flush_serial_num, _lastFlushTime.time_since_epoch().sec());
return FlushTask::UP();
}
SerialNum realSerialNum = args.flush_serial_num;