diff options
author | B. Watson <yalhcru@gmail.com> | 2015-10-25 03:42:25 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2015-10-25 03:42:25 -0400 |
commit | af740e9ab544748610e363ac25f6eae54c1974f3 (patch) | |
tree | 35c1b9fd005b9e49d49e1bf60b82cb80db063b59 | |
parent | 7ddfe85c14d32ab26f8d5e71f8210294f7d06251 (diff) | |
download | sbostuff-af740e9ab544748610e363ac25f6eae54c1974f3.tar.gz |
sbosrcarch: forgot if $DEBUG_HTTP on a couple of ftp messages
-rwxr-xr-x | sbosrcarch | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -985,11 +985,11 @@ sub download_ftp { $ftp->get($filename) or die "Can't download $filename from server: ", ($ftp->message ? $ftp->message : "(no message, timed out?)"), "\n"; - print "* get finished\n"; + print "* get finished\n" if $DEBUG_HTTP; } $ftp->quit; - print "* \$ftp->quit\n"; + print "* \$ftp->quit\n" if $DEBUG_HTTP; }; if($@) { |