File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ void Root::scheduleRecrawl(const char* why) {
2828 info->warning = w_string::build (
2929 " Recrawled this watch " ,
3030 info->recrawlCount ,
31- " times, most recently because:\n " ,
31+ " time" ,
32+ info->recrawlCount != 1 ? " s" : " " ,
33+ " , most recently because:\n " ,
3234 why,
3335 " To resolve, please review the information on\n " ,
3436 cfg_get_trouble_url (),
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ macOS has a similar internal limit and behavior when that limit is exceeded. If
5656you're encountering a message like:
5757
5858```
59- Recrawled this watch 1 times , most recently because:
59+ Recrawled this watch 1 time , most recently because:
6060/some/path: kFSEventStreamEventFlagUserDropped
6161```
6262
You can’t perform that action at this time.
0 commit comments