Diff between 9e7341779b161054d8cb6feab14d32c3bbb86de5 and 703e2b9b856429a5ba3fd4c9c85571fc4c515586

Changed Files

File Additions Deletions Status
android/pan.c +1 -1 modified

Full Patch

diff --git a/android/pan.c b/android/pan.c
index 511f4fd..93215a1 100644
--- a/android/pan.c
+++ b/android/pan.c
@@ -517,7 +517,7 @@ static gboolean nap_setup_cb(GIOChannel *chan, GIOCondition cond,
 
 	if (bnep_server_add(sk, dst_role, BNEP_BRIDGE, dev->iface,
 							&dev->dst) < 0) {
-		error("server_connadd failed");
+		error("pan: server_connadd failed");
 		rsp = BNEP_CONN_NOT_ALLOWED;
 		goto failed;
 	}