More specific log message in ListenActivity.java

This commit is contained in:
edr
2024-02-21 19:28:55 +01:00
committed by Fabian Wiesel
parent 30a0c26826
commit 9526f23c0c

View File

@@ -82,7 +82,7 @@ public class ListenActivity extends Activity {
// applications). // applications).
if (bindService(intent, connection, Context.BIND_AUTO_CREATE)) { if (bindService(intent, connection, Context.BIND_AUTO_CREATE)) {
shouldUnbind = true; shouldUnbind = true;
Log.i(TAG, "Bound service"); Log.i(TAG, "Bound listen service");
} else { } else {
Log.e(TAG, "Error: The requested service doesn't " + Log.e(TAG, "Error: The requested service doesn't " +
"exist, or this client isn't allowed access to it."); "exist, or this client isn't allowed access to it.");