git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39575 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -19,7 +19,7 @@
\brief Open database connection
\param driver db driver
- \param handle handle info
+ \param handle handle info (database and schema name)
\return DB_OK on success
\return DB_FAILED on failure
@@ -96,7 +96,7 @@ int V1_open_old_ogr(struct Map_info *Map, int update)
}
if (layer == -1) {
OGR_DS_Destroy(Ogr_ds);
- G_fatal_error(_("Unable to open OGR layer <%s>"),
+ G_fatal_error(_("OGR layer <%s> not found"),
Map->fInfo.ogr.layer_name);
G_debug(2, "OGR layer %d opened", layer);