-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: print post-copy logs for unnamed content in verbose mode #511
Conversation
Codecov Report
@@ Coverage Diff @@
## main #511 +/- ##
=======================================
Coverage 72.68% 72.68%
=======================================
Files 9 9
Lines 388 388
=======================================
Hits 282 282
Misses 85 85
Partials 21 21 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…ipped or downloaded Signed-off-by: wangxiaoxuan273 <wangxiaoxuan119@gmail.com>
Signed-off-by: wangxiaoxuan273 <wangxiaoxuan119@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
BTW, the title of this PR should be
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…roject#511) Signed-off-by: wangxiaoxuan273 <wangxiaoxuan119@gmail.com>
The verbose flag should work properly when unnamed content is skipped or downloaded. It currently does not. Example: this "downloading" is not paired with a "downloaded".
Part of issue #415
Signed-off-by: wangxiaoxuan273 wangxiaoxuan119@gmail.com