Index: wflow-py/wflow/wflow_cqf.py =================================================================== diff -u -r1738c121cfc83b76d915b8ed55747cb1bb9a2f64 -r424eef235c315b8804be17c78a5ef1fff292b465 --- wflow-py/wflow/wflow_cqf.py (.../wflow_cqf.py) (revision 1738c121cfc83b76d915b8ed55747cb1bb9a2f64) +++ wflow-py/wflow/wflow_cqf.py (.../wflow_cqf.py) (revision 424eef235c315b8804be17c78a5ef1fff292b465) @@ -247,7 +247,7 @@ rest=lookupscalar(pathtotbl,landuse,subcatch,soil) # self.logger.info("Creating map from table: " + pathtotbl) else: - self.logger.warn("tbl file not found (" + pathtotbl + ") returning default value: " + str(default)) + self.logger.warning("tbl file not found (" + pathtotbl + ") returning default value: " + str(default)) rest = scalar(default) return rest