Skip to content

Commit

Permalink
Fix an event message
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Oct 29, 2022
1 parent 8db82b4 commit f5a21b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class RemindersBroadcastReceiver : BroadcastReceiver() {
} else {
if (LogMajorEvents.isEnabled()) {
LogMajorEvents.log(
LogMajorEvents.REMINDERS, "Next: No notes found between $lastRun and $now"
LogMajorEvents.REMINDERS, "Next: No notes found from $now"
)
}
}
Expand Down

0 comments on commit f5a21b8

Please sign in to comment.