summaryrefslogtreecommitdiff
path: root/src/lib/log_entry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/log_entry.cc')
-rw-r--r--src/lib/log_entry.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc
index 50796b69a..53605c389 100644
--- a/src/lib/log_entry.cc
+++ b/src/lib/log_entry.cc
@@ -19,7 +19,7 @@
*/
#include "log_entry.h"
-#include "safe_stringstream.h"
+#include <locked_sstream.h>
#include "i18n.h"
@@ -42,7 +42,7 @@ LogEntry::LogEntry (int type)
string
LogEntry::get () const
{
- SafeStringStream s;
+ locked_stringstream s;
if (_type & TYPE_TIMING) {
s << _time.tv_sec << ":" << _time.tv_usec << " ";
} else {