summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nci/jni/RoutingManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/nci/jni/RoutingManager.cpp b/nci/jni/RoutingManager.cpp
index 83e97d0a..5577f503 100644
--- a/nci/jni/RoutingManager.cpp
+++ b/nci/jni/RoutingManager.cpp
@@ -120,7 +120,7 @@ bool RoutingManager::addAidRouting(const UINT8* aid, UINT8 aidLen, int route)
return true;
} else
{
- ALOGE ("%s: failed to route AID");
+ ALOGE ("%s: failed to route AID", fn);
return false;
}
}
@@ -136,7 +136,7 @@ bool RoutingManager::removeAidRouting(const UINT8* aid, UINT8 aidLen)
return true;
} else
{
- ALOGE ("%s: failed to remove AID");
+ ALOGE ("%s: failed to remove AID", fn);
return false;
}
}