aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/service/DLNAController.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/github/daneren2005/dsub/service/DLNAController.java b/src/github/daneren2005/dsub/service/DLNAController.java
index 70095d71..12855806 100644
--- a/src/github/daneren2005/dsub/service/DLNAController.java
+++ b/src/github/daneren2005/dsub/service/DLNAController.java
@@ -123,7 +123,7 @@ public class DLNAController extends RemoteController {
@Override
protected void ended(GENASubscription genaSubscription, CancelReason cancelReason, UpnpResponse upnpResponse) {
-
+ Log.i(TAG, "Ended subscription");
}
@Override
@@ -179,7 +179,7 @@ public class DLNAController extends RemoteController {
@Override
protected void eventsMissed(GENASubscription genaSubscription, int i) {
-
+ Log.w(TAG, "Event missed: " + i);
}
};
controlPoint.execute(callback);