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

Removed printfs and coding style stuff

This commit is contained in:
Albert Vaca
2015-09-09 12:30:13 -07:00
parent d35623a28a
commit a9b4a6bdea
5 changed files with 20 additions and 5 deletions

View File

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