Skip to content

Commit 4d09021

Browse files
committed
update tidy watcher error desciption
1 parent 8a6fbe8 commit 4d09021

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tools/tidy/src/watcher.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ fn check_entry(entry: &ListEntry<'_>, group_idx: usize, bad: &mut bool, root_pat
7070
if *bad == false {
7171
tidy_error!(
7272
bad,
73-
"Mismatched hashes for tidy watcher found.\n\
74-
Check src/tools/tidy/src/watcher.rs, find tag/hash in TIDY_WATCH_LIST list \
75-
and verify that sources for provided group of tags in sync. If they in sync, update hash."
73+
"The code blocks tagged with tidy watcher has changed.\n\
74+
It's likely that code blocks with the following tags need to be changed too. Check src/tools/tidy/src/watcher.rs, find tag/hash in TIDY_WATCH_LIST list \
75+
and verify that sources for provided group of tags in sync. Once that done, run tidy again and update hashes in TIDY_WATCH_LIST with provided actual hashes."
7676
)
7777
}
7878
tidy_error!(

0 commit comments

Comments
 (0)