Subversion Repositories DevTools

Rev

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

Rev 2764 Rev 4119
Line 957... Line 957...
957
        if ( $1 && $1 eq 'ERR' )
957
        if ( $1 && $1 eq 'ERR' )
958
        {
958
        {
959
            #
959
            #
960
            #   Process STDERR output
960
            #   Process STDERR output
961
            #
961
            #
-
 
962
            next if ($data =~ m~^QDBusConnection:~);
962
            push @{$self->{ERROR_LIST}}, $data;
963
            push @{$self->{ERROR_LIST}}, $data;
963
            $authenicationError = 1 if ( $data =~ m~Could not authenticate~i );
964
            $authenicationError = 1 if ( $data =~ m~Could not authenticate~i );
964
        }
965
        }
965
        else
966
        else
966
        {
967
        {