OSDN Git Service

ライブビューデータがなかった時の処理を追加。
[gokigen/A01d.git] / app / src / main / java / net / osdn / gokigen / a01d / camera / canon / wrapper / liveview / CanonLiveViewImageReceiver.kt
index 0fca70a..8b2d805 100644 (file)
@@ -22,7 +22,7 @@ class CanonLiveViewImageReceiver(val activity: Activity, val callback: IPtpIpLiv
     {
         if (rx_body == null)
         {
-            Log.v(TAG, " CanonLiveViewReceiver: MSG BODY IS NULL. (ID:$id)")
+            Log.v(TAG, " CanonLiveViewImageReceiver: MSG BODY IS NULL. (ID:$id)")
             callback.onCompleted(rx_body, null)
             return
         }
@@ -33,7 +33,7 @@ class CanonLiveViewImageReceiver(val activity: Activity, val callback: IPtpIpLiv
     {
         if (rx_body == null)
         {
-            Log.v(TAG, " CanonLiveViewReceiver: MSG BODY is NULL. ($currentBytes/$totalBytes)")
+            Log.v(TAG, " CanonLiveViewImageReceiver: MSG BODY is NULL. ($currentBytes/$totalBytes)")
             callback.onCompleted(rx_body, null)
             return
         }