Subversion Repositories DevTools

Rev

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

Rev 4119 Rev 5206
Line 960... Line 960...
960
            #   Process STDERR output
960
            #   Process STDERR output
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
        }
966
        }
966
        else
967
        else
967
        {
968
        {
968
            #
969
            #
969
            #   Process STDOUT data
970
            #   Process STDOUT data