summaryrefslogtreecommitdiffstats
path: root/vespalog/src/test/bufferedlogtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalog/src/test/bufferedlogtest.cpp')
-rw-r--r--vespalog/src/test/bufferedlogtest.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/vespalog/src/test/bufferedlogtest.cpp b/vespalog/src/test/bufferedlogtest.cpp
index 3e974057361..9b69d9d3a14 100644
--- a/vespalog/src/test/bufferedlogtest.cpp
+++ b/vespalog/src/test/bufferedlogtest.cpp
@@ -71,12 +71,11 @@ void spamLog2(uint64_t& time, int diff) {
time += diff;
std::ostringstream ost;
ost << "Message " << i;
- LOGBT(info, ost.str(), ost.str().c_str());
+ LOGBT(info, ost.str(), "%s", ost.str().c_str());
}
}
-void testThatEntriesWithHighCountIsKept(const std::string& file,
- uint64_t& timer)
+void testThatEntriesWithHighCountIsKept(const std::string& file, uint64_t& timer)
{
std::cerr << "testThatEntriesWithHighCountIsKept ...\n";
timer = 10 * 1000000 + 4;