[GRASS-SVN] r43524 - grass/branches/releasebranch_6_4/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 19 19:43:15 EDT 2010


Author: hamish
Date: 2010-09-19 23:43:15 +0000 (Sun, 19 Sep 2010)
New Revision: 43524

Modified:
   grass/branches/releasebranch_6_4/lib/init/lock.c
Log:
refine warning message (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/lib/init/lock.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/lock.c	2010-09-19 23:40:23 UTC (rev 43523)
+++ grass/branches/releasebranch_6_4/lib/init/lock.c	2010-09-19 23:43:15 UTC (rev 43524)
@@ -38,8 +38,7 @@
 #define file argv[1]
 
 #ifdef __MINGW32__
-    G_warning("Attention!");
-    G_warning("Locking is not supported on Windows!");
+    G_warning("Concurrent mapset locking is not supported on Windows");
     exit(0);
 #else
     locked = 0;



More information about the grass-commit mailing list