javaextensions/bluetooth/bluetoothplugins/btl2cappushplugin/src/btl2cappushserverconnection.cpp
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 72 1f0034e370aa
child 83 26b2b12093af
--- a/javaextensions/bluetooth/bluetoothplugins/btl2cappushplugin/src/btl2cappushserverconnection.cpp	Thu Jul 15 18:31:06 2010 +0300
+++ b/javaextensions/bluetooth/bluetoothplugins/btl2cappushplugin/src/btl2cappushserverconnection.cpp	Thu Aug 19 09:48:13 2010 +0300
@@ -199,7 +199,9 @@
     BluetoothNameLookup * nameLookup = NULL;
 
     long long remoteDevAddr = aClientConnection->getRemoteAddress();
-
+    ELOG1(EJavaBluetooth,
+      "+ L2CapPushServerConnection::handleConnectionRequest DeviceAddress:%llx",
+         remoteDevAddr);
     TRAPD(lookupErr,
     {
         nameLookup = BluetoothNameLookup::NewL();