Skip to content
Snippets Groups Projects
Unverified Commit 3b6c8acf authored by Mike McCready's avatar Mike McCready Committed by GitHub
Browse files

Fix typos in Timber message (#3179)

parent 176593d3
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class TraceWarningPackageSyncTool @Inject constructor(
cleanUpIrrelevantPackages(location, firstRelevantInterval)
if (firstRelevantInterval > intervalDiscovery.latest) {
Timber.tag(TAG).d("Known server IDs are older then ours newest, aborting early.")
Timber.tag(TAG).d("Known server IDs are older than our newest, aborting early.")
return SyncResult(successful = true)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment