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/bin/edpykota

    r820 r824  
    1717# 
    1818# $Log$ 
     19# Revision 1.23  2003/02/27 22:55:20  jalet 
     20# WARN log priority doesn't exist. 
     21# 
    1922# Revision 1.22  2003/02/27 09:37:02  jalet 
    2023# Wildcards seem to work now 
     
    209212        if (softlimit is not None) and (hardlimit is not None) and (hardlimit < softlimit) :         
    210213            # error, exchange them 
    211             self.logger.log_message(_("Hard limit %i is less than soft limit %i, values will be exchanged.") % (hardlimit, softlimit), "warn") 
     214            self.logger.log_message(_("Hard limit %i is less than soft limit %i, values will be exchanged.") % (hardlimit, softlimit), "info") 
    212215            (softlimit, hardlimit) = (hardlimit, softlimit) 
    213216        if not names :