summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Session/SessionTracer.cpp')
-rw-r--r--Swiften/Session/SessionTracer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Session/SessionTracer.cpp b/Swiften/Session/SessionTracer.cpp
index 6d41e40..060109b 100644
--- a/Swiften/Session/SessionTracer.cpp
+++ b/Swiften/Session/SessionTracer.cpp
@@ -22,7 +22,7 @@ void SessionTracer::printData(char direction, const ByteArray& data) {
std::cerr << direction;
}
std::cerr << " " << session->getRemoteJID()<< " " << direction << direction << std::endl;
- std::cerr << data.toString() << std::endl;
+ std::cerr << byteArrayToString(data) << std::endl;
}
}