From: Don Armstrong Date: Sun, 17 Feb 2008 02:31:03 +0000 (+0000) Subject: * Indicate when we fail that we're failing X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e4a0a5999414e8741a9ab05ea0f40337ed6428f0;p=bin.git * Indicate when we fail that we're failing --- diff --git a/get_sgf b/get_sgf index 973550d..b6d4153 100755 --- a/get_sgf +++ b/get_sgf @@ -138,8 +138,9 @@ for my $url (@ARGV) { $m->save_content('temp.ps'); last VALID_LOOP; } + print STDERR "Failure to download content, waiting 180 seconds\n"; $m = $state; - } while (sleep 30); + } while (sleep 180); } system('gzip','temp.ps'); system("$ENV{HOME}/bin/sgf_rename",'temp.sgf');