Changeset 864

Show
Ignore:
Timestamp:
07/10/07 15:19:25 (2 years ago)
Author:
thomase
Message:

minor: change warning message to info message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • BADataMunger/trunk/gismixer.py

    r863 r864  
    9393            logging.info("all GIS places (%s) were matched" % len(gisdata)) 
    9494        elif len(gisdata) > len(matchedgisdata): 
    95             logging.warning("only %s of the %s GIS places were matched!" % (len(matchedgisdata), len(gisdata))) 
     95            logging.info("%s of the %s GIS places were matched" % (len(matchedgisdata), len(gisdata))) 
    9696            unmatchedgisdata = [value for i, value in enumerate(self.fieldvalues) if self.fieldmatches[i] == False] 
    9797            suppressnodes = config.xpath("//suppress")