Kaperstone / mogilefs

Automatically exported from code.google.com/p/mogilefs
0 stars 0 forks source link

wrong error logging #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
/usr/share/perl5/MogileFS/NewHTTPFile.pm

line 236

_fail(sprintf("unable to write to any allocated storage node, last tried dev %s 
on host %s uri %s. Had sent %s bytes, %s bytes left", $self->{devid}, 
$self->{host}, $self->{uri}, $self->{path}, $self->{bytes_out}, $bytesleft));

should be

_fail(sprintf("unable to write to any allocated storage node, last tried dev %s 
on host %s uri %s. Had sent %s bytes, %s bytes left", $self->{devid}, 
$self->{host}, $self->{uri}, $self->{bytes_out}, $bytesleft));

Original issue reported on code.google.com by Daniel.B...@gmail.com on 12 Jan 2012 at 11:01

GoogleCodeExporter commented 8 years ago
certainly, an obvious and clear boo-boo. Fixed in tree, will be pushed out at 
next release, thanks!

Original comment by dorma...@rydia.net on 14 Jan 2012 at 1:39