- Timestamp:
- 01/10/12 06:18:04 (4 months ago)
- File:
-
- 1 edited
-
simo/trunk/src/simo/db/datadb/db.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simo/trunk/src/simo/db/datadb/db.py
r2682 r2683 1070 1070 except Exception, e: #fallback to system lib 1071 1071 if not sys.platform.startswith('win'): 1072 self.logger.warning('Failed to load spatialite (%s), '\ 1073 'falling back to system library' \ 1074 % (str(e),)) 1072 self.logger.log_message('db', 'warning', 1073 'Failed to load spatialite (%s), '\ 1074 'falling back to system library' \ 1075 % (str(e),)) 1075 1076 self.load_extension(libfile) 1076 1077 if first:
Note: See TracChangeset
for help on using the changeset viewer.
