This repository was archived by the owner on Jul 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit 52f3c2c
skip file message: format everything in one call
I noticed that some logs reporting skip file messages seemed to
interleave multiple messages: That's not terribly surprising due to
concurrency.
This changes the message formatting a bit & does it all in one method
call to avoid the threading issues.1 parent 371a7cf commit 52f3c2c
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | - | ||
22 | - | ||
21 | + | ||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments