From: Dobrica Pavlinusic Date: Tue, 29 Jun 2010 19:32:20 +0000 (+0000) Subject: processing request page is expected X-Git-Url: http://git.rot13.org/?p=webpac2;a=commitdiff_plain;h=ad7ddb8b889b302cf8ee11e804af5f4c49802887 processing request page is expected git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1338 07558da8-63fa-0310-ba24-9fe276d99e06 --- diff --git a/bin/isi-download-results.pl b/bin/isi-download-results.pl index b768fe0..5bd18be 100755 --- a/bin/isi-download-results.pl +++ b/bin/isi-download-results.pl @@ -120,8 +120,8 @@ sub get_results { last; } - if ( $mech->content =~ m{Please wait while your request is processed} ) { - warn "WARNING: processing request"; + if ( $mech->content !~ m{Please wait while your request is processed} ) { + warn "WARNING: expecting processing request"; }