Changeset 34768

Show
Ignore:
Timestamp:
03/28/06 11:03:53 (4 years ago)
Author:
div
Message:

show the error in log

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPSCompat/trunk/PatchOFSApplication.py

    r34767 r34768  
    151151        except: 
    152152            if log_exc: 
    153                 logger.error('Couldn\'t install %s' % product_name,  
    154                     error=sys.exc_info()) 
     153                logger.error('Couldn\'t install %s (error: %s)' % (product_name,  
     154                    error=sys.exc_info())) 
    155155            transaction.abort() 
    156156            if raise_exc: