Fixed audio processing script 3 ping error output now only in debug mode
git-svn-id: svn://192.168.202.10@1194 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -306,7 +306,7 @@ foreach(@FILES)
|
||||
}
|
||||
else
|
||||
{
|
||||
print "ERROR: Could not ping server $VARFTP_host\n";
|
||||
if($DB){print "ERROR: Could not ping server $VARFTP_host\n";}
|
||||
}
|
||||
### END Remote file transfer
|
||||
|
||||
|
||||
@@ -330,8 +330,8 @@ last_attempt_days SMALLINT(5) UNSIGNED NOT NULL,
|
||||
orders SMALLINT(5) NOT NULL,
|
||||
net_sales SMALLINT(5) NOT NULL,
|
||||
net_sales_ly SMALLINT(5) NOT NULL,
|
||||
percent_variance SMALLINT(5) NOT NULL,
|
||||
imu SMALLINT(5) NOT NULL,
|
||||
percent_variance VARCHAR(10) NOT NULL,
|
||||
imu VARCHAR(10) NOT NULL,
|
||||
aov SMALLINT(5) NOT NULL,
|
||||
returns SMALLINT(5) NOT NULL,
|
||||
rank SMALLINT(5) NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user