qthighway/xqserviceipc/xqserviceipc/xqserviceipc_apasymbiansession.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 24 9d760f716ca8
--- a/qthighway/xqserviceipc/xqserviceipc/xqserviceipc_apasymbiansession.cpp	Fri Apr 16 15:51:22 2010 +0300
+++ b/qthighway/xqserviceipc/xqserviceipc/xqserviceipc_apasymbiansession.cpp	Mon May 03 13:18:40 2010 +0300
@@ -102,7 +102,8 @@
 TInt RApaIPCSession::Connect(const TDesC& aServer, 
                                  const TVersion& aVersion)
 {
-    XQSERVICE_DEBUG_PRINT("RApaIPCSession::Connect");
+    QString server = QString::fromUtf16(aServer.Ptr(), aServer.Length());
+    XQSERVICE_DEBUG_PRINT("RApaIPCSession::Connect %s", qPrintable(server));
     iVersion = aVersion;
     return CreateSession(aServer, aVersion, 10);
 }