Skip to content

remove accidental debug printf#34

Merged
alexcb merged 1 commit into
earthly-mainfrom
acb/remove-printf
Nov 18, 2023
Merged

remove accidental debug printf#34
alexcb merged 1 commit into
earthly-mainfrom
acb/remove-printf

Conversation

@alexcb

@alexcb alexcb commented Nov 17, 2023

Copy link
Copy Markdown
Contributor

No description provided.

A context canceled error will occur once the runc container has exited,
there is not need to log these errors.

Additionally, remove a printf that was accidentally committed.
if err != nil {
if errors.Is(err, context.Canceled) {
return
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just double-checking that this is also an intended change as part of this PR

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes -- it is, it's unfortunate github doesn't update the description when a git rebase occurs, I changed to the commit message to this:

dont log context canceled errors
A context canceled error will occur once the runc container has exited,
there is not need to log these errors.

Additionally, remove a printf that was accidentally committed.

but forgot to copy/paste it under the description here.

^^ github product owners take note 😄

@alexcb alexcb merged commit b61b1c9 into earthly-main Nov 18, 2023
@alexcb alexcb deleted the acb/remove-printf branch January 26, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants