Kaydet (Commit) ddfc6837 authored tarafından Claude Paroz's avatar Claude Paroz

Changed a deprecated warn() call in libgeos

üst fe01404b
......@@ -67,7 +67,7 @@ def notice_h(fmt, lst):
warn_msg = fmt % lst
except:
warn_msg = fmt
logger.warn('GEOS_NOTICE: %s\n' % warn_msg)
logger.warning('GEOS_NOTICE: %s\n' % warn_msg)
notice_h = NOTICEFUNC(notice_h)
ERRORFUNC = CFUNCTYPE(None, c_char_p, c_char_p)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment