mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Minor fix
This commit is contained in:
parent
3b1a8e2c97
commit
4e5fb1b1ae
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public class CacheController {
|
||||||
index++;
|
index++;
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.d("Cache", "Categories found in cache: " + catList.toString());
|
Log.d("Cache", "Categories found in cache: " + displayCatList.toString());
|
||||||
} else {
|
} else {
|
||||||
Log.d("Cache", "No categories found in cache");
|
Log.d("Cache", "No categories found in cache");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue