Subversion Repositories DevTools

Rev

Rev 6177 | Rev 6619 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6177 Rev 6353
Line 961... Line 961...
961
            #
961
            #
962
            next if ($data =~ m~^QDBusConnection:~);
962
            next if ($data =~ m~^QDBusConnection:~);
963
            push @{$self->{ERROR_LIST}}, $data;
963
            push @{$self->{ERROR_LIST}}, $data;
964
            $authenicationError = 1 if ( $data =~ m~Could not authenticate~i );
964
            $authenicationError = 1 if ( $data =~ m~Could not authenticate~i );
965
            $authenicationError = 1 if ( $data =~ m~E215004: Authentication failed~i );
965
            $authenicationError = 1 if ( $data =~ m~E215004: Authentication failed~i );
-
 
966
            $authenicationError = 1 if ( $data =~ m~E215004: No more credentials~i );
966
        }
967
        }
967
        else
968
        else
968
        {
969
        {
969
            #
970
            #
970
            #   Process STDOUT data
971
            #   Process STDOUT data