[GRASS-SVN] r36876 - grass/branches/develbranch_6/vector/lidar/v.lidar.growing

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 22 18:45:44 EDT 2009


Author: neteler
Date: 2009-04-22 18:45:44 -0400 (Wed, 22 Apr 2009)
New Revision: 36876

Modified:
   grass/branches/develbranch_6/vector/lidar/v.lidar.growing/main.c
Log:
msg cosmetics

Modified: grass/branches/develbranch_6/vector/lidar/v.lidar.growing/main.c
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.lidar.growing/main.c	2009-04-22 22:45:23 UTC (rev 36875)
+++ grass/branches/develbranch_6/vector/lidar/v.lidar.growing/main.c	2009-04-22 22:45:44 UTC (rev 36876)
@@ -173,7 +173,7 @@
     db_append_string(&sql, buf);
 
     if (db_open_select_cursor(driver, &sql, &cursor, DB_SEQUENTIAL) != DB_OK)
-	G_fatal_error(_("It was impossible to open table"));
+	G_fatal_error(_("Unable to create table <%s_edge_Interpolation>"), in_opt->answer);
 
     count_obj = 1;
 



More information about the grass-commit mailing list