launcher3: add missing whitespace to log

Change-Id: Ia3f4ec3bd46647eb3e0ee5a3a5e38d748a8ae02b
This commit is contained in:
Cameron Brown
2023-07-19 15:08:41 +00:00
parent 5268f4ffbd
commit 089094ab40
@@ -148,7 +148,7 @@ public class PackageUpdatedTask extends BaseModelUpdateTask {
break;
case OP_REMOVE: {
for (int i = 0; i < N; i++) {
FileLog.d(TAG, "Removing app icon" + packages[i]);
FileLog.d(TAG, "Removing app icon: " + packages[i]);
iconCache.removeIconsForPkg(packages[i], mUser);
}
// Fall through