[GRASS-SVN] r34501 - grass/branches/develbranch_6/lib/db/dbmi_client
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 26 11:55:23 EST 2008
Author: neteler
Date: 2008-11-26 11:55:23 -0500 (Wed, 26 Nov 2008)
New Revision: 34501
Modified:
grass/branches/develbranch_6/lib/db/dbmi_client/copy_tab.c
Log:
msg fix
Modified: grass/branches/develbranch_6/lib/db/dbmi_client/copy_tab.c
===================================================================
--- grass/branches/develbranch_6/lib/db/dbmi_client/copy_tab.c 2008-11-26 16:55:16 UTC (rev 34500)
+++ grass/branches/develbranch_6/lib/db/dbmi_client/copy_tab.c 2008-11-26 16:55:23 UTC (rev 34501)
@@ -155,7 +155,7 @@
if (strcmp(to_tblname, tblname) == 0) {
G_warning(_("Table <%s> already exists in database <%s>"),
- to_dbname, to_dbname);
+ to_tblname, to_dbname);
db_close_database_shutdown_driver(to_driver);
if (from_driver != to_driver)
db_close_database_shutdown_driver(from_driver);
More information about the grass-commit
mailing list