Ignore:
Timestamp:
04/03/10 18:42:09 (2 years ago)
Author:
dart
Message:

I18n:
o Last translations update

LoPlug?:
o Fix last deliveries for logger (need more work later)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loplug/plugins/lockon/pglockon.py

    r1939 r1944  
    180180  # @param datas                     datas 
    181181  def _selection( self, srcPlugId, listId, datas): 
    182     self.logger.debug( "[PGLockon] Received selection: %s for listId: %s " % ( datas, listId) ) 
     182    self.debug( "[PGLockon] Received selection: %s for listId: %s " % ( datas, listId) ) 
    183183    service, listId = cst_split_on_first_part_of_address( listId) 
    184184    self.subModule[service]._selection( srcPlugId, listId, datas ) 
Note: See TracChangeset for help on using the changeset viewer.