Opened 8 years ago

Closed 8 years ago

#6199 closed task (fixed)

Promote couple of debug messages to warnings on SQLite datasource opening

Reported by: sleschinski Owned by: warmerdam
Priority: normal Milestone: 2.1.0
Component: default Version: unspecified
Severity: minor Keywords:
Cc:

Description

The messages are issued when editing of database is not possible but bUpdate parameter was specified. The issue was originally reported here: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Promote-debug-msg-to-warning-td5234074.html

The 2 debug messages in question: ogrsqlitedatasource.cpp, OGRSQLiteDataSource::Open(), Line 1262, 1270

Presumably would be enough to use CPLError(CE_Warning,...) rather than CLPDebug(...) to make them more noticeable.

Change History (1)

comment:1 by Even Rouault, 8 years ago

Milestone: 2.1.0
Resolution: fixed
Status: newclosed

trunk r31340 "Spatialite: turn debug messages warning about update not being supported because of missing or too old spatialite version as errors, and return NULL to the caller (#6199)"

Note: See TracTickets for help on using tickets.