Changeset 4573

Show
Ignore:
Timestamp:
07/09/09 12:51:05 (14 months ago)
Author:
jmoore
Message:

OmeroPy : Fixing logging issues.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/components/tools/OmeroPy/src/omero/__init__.py

    r4333 r4573  
    707707            try: 
    708708                myCallable() 
    709                 self.__logger.debug("ClientCallback", action + " run") 
     709                self.ic.getLogger().trace("ClientCallback", action + " run") 
    710710            except: 
    711711                try: 
    712                     self.__logger.error("Error performing %s" % action) 
    713                     import traceback 
    714                     traceback.print_exc() 
     712                    self.ic.getLogger().error("Error performing %s" % action) 
    715713                except: 
    716714                    print "Error performing %s" % action 

1.2.1-PRO © 2008-2009 agile42 all rights reserved (this page was served in: 0.78194 sec.)