Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8936322 authored by Matheo Levallois's avatar Matheo Levallois
Browse files

refactor: change log message

parent 57157e27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ class ValidateAppAgeLimitUseCase @Inject constructor(
            val fetchedContentRating = try {
                    gPlayContentRatingRepository.getEnglishContentRating(app.packageName)
            } catch(exception: InternalException.AppNotFound){
                Timber.d("Error fetching age ratings for the package : ${app.packageName}" )
                Timber.w(exception, "Error fetching age ratings for the package : ${app.packageName}" )
                return false
            }
            Timber.d("Fetched content rating - ${app.packageName} - ${fetchedContentRating?.id}")