2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-31 06:05:12 +00:00

Fixes to the new sendPackage logic

This commit is contained in:
Albert Vaca
2015-01-31 00:28:27 -08:00
parent bda6e3cb7f
commit 3d415c5959
5 changed files with 39 additions and 9 deletions

View File

@@ -544,7 +544,7 @@ public class Device implements BaseLink.PackageReceiver {
}
if (!callback.success) {
Log.e("sendPackage", "No device link could send the package. package lost!");
Log.e("sendPackage", "No device link (of "+mLinks.size()+" available) could send the package. Package lost!");
backtrace.printStackTrace();
}