fix sdNotify func when debug level#7798
fix sdNotify func when debug level#7798fuweid merged 1 commit intocontainerd:mainfrom calvin0327:fix-sdNotify
Conversation
|
Hi @calvin0327. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
would you use real name in the signoff ? Thanks |
Signed-off-by: wen chen <[email protected]>
that's sure. updated |
When I was debugging locally with flag
--log-level=debug, I saw the following log message:so, if the err is nil, we should not to print the message.