summaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-05 20:21:28 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-05 20:21:28 +0000
commitef058df7a2255a10f780500e77c5b964c95a960c (patch)
treec69aafd1e8ed7c43b719babc7e784aa1508912dd /searchcorespi
parent1edab9e84e10d4acdaba3414aa38e57cd9378e8d (diff)
Tell if you are unpacking or not.
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/warmupindexcollection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/warmupindexcollection.cpp b/searchcorespi/src/vespa/searchcorespi/index/warmupindexcollection.cpp
index 333e7c731ce..c993c79a93e 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/warmupindexcollection.cpp
+++ b/searchcorespi/src/vespa/searchcorespi/index/warmupindexcollection.cpp
@@ -41,7 +41,7 @@ WarmupIndexCollection::WarmupIndexCollection(const WarmupConfig & warmupConfig,
} else {
LOG(warning, "Next index is not valid, Dangerous !! : %s", next->toString().c_str());
}
- LOG(debug, "For %g seconds I will warm up %s.", warmupConfig.getDuration(), typeid(_warmup).name());
+ LOG(debug, "For %g seconds I will warm up '%s' %s unpack.", warmupConfig.getDuration(), typeid(_warmup).name(), warmupConfig.getUnpack() ? "with" : "without");
LOG(debug, "%s", toString().c_str());
}