Show
Ignore:
Timestamp:
02/28/03 00:48:41 (21 years ago)
Author:
jalet
Message:

Correctly maps PyKota's log levels to syslog log levels

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r824 r825  
    1515# 
    1616# $Log$ 
     17# Revision 1.24  2003/02/27 23:48:41  jalet 
     18# Correctly maps PyKota's log levels to syslog log levels 
     19# 
    1720# Revision 1.23  2003/02/27 22:55:20  jalet 
    1821# WARN log priority doesn't exist. 
     
    254257            else :     
    255258                action = "DENY" 
    256             self.logger.log_message(_("Unable to match user %s on printer %s, applying default policy (%s)") % (username, printername, action), "info") 
     259            self.logger.log_message(_("Unable to match user %s on printer %s, applying default policy (%s)") % (username, printername, action)) 
    257260            return (action, None, None) 
    258261        else :