Parcourir la source

cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39575 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa il y a 15 ans
Parent
commit
9bc3508fdb
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      lib/db/dbmi_client/c_opendb.c
  2. 1 1
      lib/vector/Vlib/open_ogr.c

+ 1 - 1
lib/db/dbmi_client/c_opendb.c

@@ -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

+ 1 - 1
lib/vector/Vlib/open_ogr.c

@@ -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);