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

Bit vs Byte #31

Closed
xypron opened this issue Mar 23, 2016 · 1 comment
Closed

Bit vs Byte #31

xypron opened this issue Mar 23, 2016 · 1 comment
Labels

Comments

@xypron
Copy link
Contributor

xypron commented Mar 23, 2016

The code confuses me concerning bits and bytes:

log_text(LOG_NOTICE, "Read %sb  Written %sb  Total transferred %sb  "
         "(%sb/sec)",
         sb_print_value_size(s1, sizeof(s1), bytes_read),

Please, consistently use B for byte and b for bit.

Best regards

Heinrich Schuchardt

@akopytov akopytov added the bug label Mar 23, 2016
@akopytov
Copy link
Owner

Fixed in 1.0 with #32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants