mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 14:45:08 +00:00
Don't log an empty list
This commit is contained in:
@@ -865,7 +865,9 @@ public class Device implements BaseLink.PackageReceiver {
|
|||||||
supportedOutgoingInterfaces = newSupportedOutgoingInterfaces;
|
supportedOutgoingInterfaces = newSupportedOutgoingInterfaces;
|
||||||
unsupportedPlugins = newUnsupportedPlugins;
|
unsupportedPlugins = newUnsupportedPlugins;
|
||||||
|
|
||||||
Log.i("ReloadPlugins", "not loading " + Arrays.toString(unsupportedPlugins.toArray()) + " because of unmatched capabilities");
|
if (!unsupportedPlugins.isEmpty()) {
|
||||||
|
Log.i("ReloadPlugins", "not loading " + Arrays.toString(unsupportedPlugins.toArray()) + " because of unmatched capabilities");
|
||||||
|
}
|
||||||
|
|
||||||
onPluginsChanged();
|
onPluginsChanged();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user