Changeset 9148

Show
Ignore:
Timestamp:
12/15/07 13:10:25 (11 months ago)
Author:
asterix
Message:

get SSL error message where it is in Error instance

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/xmpp/transports_nb.py

    r9146 r9148  
    770770                                        except OpenSSL.crypto.Error, exception_obj: 
    771771                                                log.warning('Unable to load a certificate from file %s: %s' %\ 
    772                                                         (gajim.MY_CACERTS, exception_obj.message[0][2])) 
     772                                                        (gajim.MY_CACERTS, exception_obj.args[0][0][2])) 
    773773                                        except: 
    774774                                                log.warning(