Skip to content
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

Remove LOGGER_ERROR for harmless send failure. #1003

Merged
merged 1 commit into from
Jul 18, 2018

Conversation

zugz
Copy link

@zugz zugz commented Jul 14, 2018

Change LOGGER_ERROR to LOGGER_DEBUG for failed packet send in
send_lossless_packet(), since the packet is added to the send queue anyway.


This change is Reviewable

@CLAassistant
Copy link

CLAassistant commented Jul 14, 2018

CLA assistant check
All committers have signed the CLA.

zoff99
zoff99 previously requested changes Jul 15, 2018
Copy link

@zoff99 zoff99 left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 1 LGTMs obtained


toxcore/net_crypto.c, line 1177 at r1 (raw file):

LOGGER_DEBUG(c->log, "send_data_packet failed");

can we make it:

LOGGER_DEBUG(c->log, "send_data_packet failed, maximum speed reached");

@iphydf iphydf changed the title remove LOGGER_ERROR for harmless send failure Remove LOGGER_ERROR for harmless send failure. Jul 15, 2018
@iphydf iphydf modified the milestones: v0.2.x, v0.2.4 Jul 15, 2018
Copy link
Member

@iphydf iphydf left a comment

Choose a reason for hiding this comment

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

:lgtm_strong:

Reviewable status: :shipit: complete! 1 of 1 LGTMs obtained

@iphydf iphydf dismissed zoff99’s stale review July 18, 2018 21:30

We can make that change, but it doesn't need to block this PR now.

@iphydf iphydf merged commit 7c05b3a into TokTok:master Jul 18, 2018
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.

None yet

4 participants