# HG changeset patch # User Henry S. Thompson # Date 1501407408 14400 # Node ID 0578c6e438d355f7cc77c7dda976fc7771b50701 # Parent 77ff181476b80dbffdc5da7048c65c10fb5ec3d3# Parent ae1459564f66f0dbfa900d46fd2917c11ec33a5a merge diff -r ae1459564f66 -r 0578c6e438d3 xml/getAmazonInfo.php --- a/xml/getAmazonInfo.php Mon Jul 24 11:38:35 2017 -0400 +++ b/xml/getAmazonInfo.php Sun Jul 30 05:36:48 2017 -0400 @@ -113,13 +113,13 @@ $xml = new SimpleXMLElement($output); $resName=$xml->getName(); $code=$xml->Error->Code; - file_put_contents('/var/ywww/debug/phpDebug',"Losing: $resName, $code\n",FILE_APPEND); + file_put_contents('/var/ywww/debug/phpDebug',"Losing (test): $resName, $code\n",FILE_APPEND); if ($code=='RequestThrottled') { usleep(200000); // Try to reduce throttling until we get a // principled solution in place } else { - file_put_contents('/var/ywww/debug/phpDebug',"parms: $go\n". + file_put_contents('/var/ywww/debug/phpDebug',"parms: $go\nurl: $url\n". print_r($parameters,TRUE)."\n",FILE_APPEND); if ($code=="") { file_put_contents('/var/ywww/debug/phpDebug',"error elt:\n$output\n",FILE_APPEND);