Skip to content

Commit

Permalink
Update app/src/main/java/org/openobservatory/ooniprobe/common/worker/…
Browse files Browse the repository at this point in the history
…UpdateDescriptorsWorker.kt

Co-authored-by: Simone Basso <bassosimone@gmail.com>
  • Loading branch information
aanorbel and bassosimone authored Apr 9, 2024
1 parent 0062f42 commit 444d6d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class ManualUpdateDescriptorsWorker(

setProgressAsync(Data.Builder().putInt(PROGRESS, 100).build())
if (updatedDescriptors.isEmpty()) {
Log.e(TAG, "No were updated")
Log.e(TAG, "No descriptors were updated")
Result.success()
} else {
Result.success(outputData)
Expand Down

0 comments on commit 444d6d7

Please sign in to comment.