Skip to content

Commit

Permalink
gpuN instead of gpu/N
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-m-cyr committed Jun 18, 2018
1 parent f63243c commit 4f10fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libethcore/Miner.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ inline std::ostream& operator<<(std::ostream& _out, WorkingProgress _p)
}
}

_out << " gpu/" << i << " " << EthTeal << std::fixed << std::setprecision(2) << mh << EthReset;
_out << " gpu" << i << " " << EthTeal << std::fixed << std::setprecision(2) << mh << EthReset;
if (_p.minerMonitors.size() == _p.minersHashes.size())
_out << " " << EthTeal << _p.minerMonitors[i] << EthReset;
}
Expand Down

0 comments on commit 4f10fd6

Please sign in to comment.