From: Jonathan Prykop Date: Thu, 2 Jul 2015 18:36:27 +0000 (-0500) Subject: RT#18834: Cacti integration [warnings display to screen] X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f70682e6e2a8158101e8f77bb1b364d017aaa1a3 RT#18834: Cacti integration [warnings display to screen] --- diff --git a/FS/FS/part_export/cacti.pm b/FS/FS/part_export/cacti.pm index cfd71b241..c1117fc97 100644 --- a/FS/FS/part_export/cacti.pm +++ b/FS/FS/part_export/cacti.pm @@ -494,11 +494,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); }