Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ public void setMapLanguage(@NonNull MapLocale mapLocale) {
if (url == null) {
url = "not found";
}
Timber.w("The \"%s\" source is not based on Mapbox Vector Tiles. Supported sources:\n %s",
url, SUPPORTED_SOURCES);
Timber.w("The %s (%s) source is not based on Mapbox Vector Tiles. Supported sources:\n %s",
source.getId(), url, SUPPORTED_SOURCES);
}
}
}
Expand Down Expand Up @@ -345,4 +345,4 @@ private boolean sourceIsStreetsV8(Source source) {
}
return false;
}
}
}