Show
Ignore:
Timestamp:
02/27/03 23:55:20 (21 years ago)
Author:
jalet
Message:

WARN log priority doesn't exist.

Files:
1 modified

Legend:

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

    r817 r824  
    1515# 
    1616# $Log$ 
     17# Revision 1.23  2003/02/27 22:55:20  jalet 
     18# WARN log priority doesn't exist. 
     19# 
    1720# Revision 1.22  2003/02/27 09:09:20  jalet 
    1821# Added a method to match strings against wildcard patterns 
     
    251254            else :     
    252255                action = "DENY" 
    253             self.logger.log_message(_("Unable to match user %s on printer %s, applying default policy (%s)") % (username, printername, action), "warn") 
     256            self.logger.log_message(_("Unable to match user %s on printer %s, applying default policy (%s)") % (username, printername, action), "info") 
    254257            return (action, None, None) 
    255258        else :