X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fcacti.pm;fp=FS%2FFS%2Fpart_export%2Fcacti.pm;h=c83e453cd7087f14a457aa0a72ace2918be954bf;hb=632dd8ec5c4f4eaccb71607407b934ddf8935104;hp=b41fe9bc8e95eb20dff6c512863c8a525d287f8e;hpb=379c06ccd4b984bfa8130d98f862799239a8d00c;p=freeside.git diff --git a/FS/FS/part_export/cacti.pm b/FS/FS/part_export/cacti.pm index b41fe9bc8..c83e453cd 100644 --- a/FS/FS/part_export/cacti.pm +++ b/FS/FS/part_export/cacti.pm @@ -491,11 +491,11 @@ sub process_graphs { die $error; } } else { - warn "File $thumbfile is too large, skipping"; + $svchtml .= qq(

File $thumbfile is too large, skipping

); } unlink($thumbfile); } else { - warn "File $thumbfile does not exist, skipping"; + $svchtml .= qq(

File $thumbfile does not exist, skipping

); } $job->update_statustext(49 + int($i / @graphs) * 50); }