[GRASS-SVN] r43522 - grass/branches/develbranch_6/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 19 19:31:44 EDT 2010


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

Modified:
   grass/branches/develbranch_6/lib/init/lock.c
Log:
refine warning message

Modified: grass/branches/develbranch_6/lib/init/lock.c
===================================================================
--- grass/branches/develbranch_6/lib/init/lock.c	2010-09-19 21:42:50 UTC (rev 43521)
+++ grass/branches/develbranch_6/lib/init/lock.c	2010-09-19 23:31:43 UTC (rev 43522)
@@ -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