8000 Removed spaces in front of information messages by halvors · Pull Request #295 · p2pool/p2pool · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Removed spaces in front of information messages #295

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Removed spaces in front of information messages #295

wants to merge 2 commits into from

Conversation

halvors
Copy link
Contributor
@halvors halvors commented Jan 15, 2016

Removed spaces in front of information messages.

This is a minor change, but something that can be annoying when reading logs.

Before it looked like this:

2016-01-15 08:55:53.152966 P2Pool: 17308 shares in chain (17312 verified/17312 total) Peers: 26 (20 incoming)
2016-01-15 08:55:53.152966  Local: 648GH/s in last 10.0 minutes Local dead on arrival: ~4.5% (3-7%) Expected time to share: 2.8 hours
2016-01-15 08:55:53.153079  Shares: 39 (2 orphan, 1 dead) Stale rate: ~7.7% (2-21%) Efficiency: ~116.2% (100-123%) Current payout: (0.0000)=0.0000 BTC
2016-01-15 08:55:53.153190  Pool: 1232TH/s Stale rate: 20.5% Expected time to block: 4.6 days

Now it lookes like this:

2016-01-15 08:55:53.152966 P2Pool: 17308 shares in chain (17312 verified/17312 total) Peers: 26 (20 incoming)
2016-01-15 08:55:53.152966 Local: 648GH/s in last 10.0 minutes Local dead on arrival: ~4.5% (3-7%) Expected time to share: 2.8 hours
2016-01-15 08:55:53.153079 Shares: 39 (2 orphan, 1 dead) Stale rate: ~7.7% (2-21%) Efficiency: ~116.2% (100-123%) Current payout: (0.0000)=0.0000 BTC
2016-01-15 08:55:53.153190 Pool: 1232TH/s Stale rate: 20.5% Expected time to block: 4.6 days

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
0