[ https://issues.apache.org/jira/browse/NUTCH-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882835#action_12882835 ]
Hudson commented on NUTCH-278: ------------------------------ Integrated in Nutch-trunk #1189 (See [http://hudson.zones.apache.org/hudson/job/Nutch-trunk/1189/]) - fix for NUTCH-278 Fetcher-status might need clarification: kbit/s instead of kb/s shown > Fetcher-status might need clarification: kbit/s instead of kb/s shown > --------------------------------------------------------------------- > > Key: NUTCH-278 > URL: https://issues.apache.org/jira/browse/NUTCH-278 > Project: Nutch > Issue Type: Improvement > Components: fetcher > Affects Versions: 0.8 > Reporter: Stefan Neufeind > Assignee: Chris A. Mattmann > Priority: Trivial > Fix For: 1.2 > > Attachments: PATCH.NUTCH-278 > > > In Fetcher.java, method reportStatus() there is > + Math.round(((((float)bytes)*8)/1024)/elapsed)+" kb/s, "; > Is that a bit misleading, since the user reading the status might guess it's > "kilobytes" (kb) whereas "kbit/s" would be more clear in this case? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.