diff options
Diffstat (limited to 'Swiften/Session/SessionTracer.h')
-rw-r--r-- | Swiften/Session/SessionTracer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Session/SessionTracer.h b/Swiften/Session/SessionTracer.h index 7c6f3fa..cce45eb 100644 --- a/Swiften/Session/SessionTracer.h +++ b/Swiften/Session/SessionTracer.h @@ -27,7 +27,7 @@ namespace Swift { std::cerr << direction; } std::cerr << " " << session->getRemoteJID()<< " " << direction << direction << std::endl; - std::cerr << std::string(data.getData(), data.getSize()) << std::endl; + std::cerr << data.toString() << std::endl; } boost::shared_ptr<Session> session; |