[GRASS-SVN] r43528 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 19 20:25:42 EDT 2010


Author: hamish
Date: 2010-09-20 00:25:42 +0000 (Mon, 20 Sep 2010)
New Revision: 43528

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

Modified: grass/trunk/lib/init/lock.c
===================================================================
--- grass/trunk/lib/init/lock.c	2010-09-20 00:23:33 UTC (rev 43527)
+++ grass/trunk/lib/init/lock.c	2010-09-20 00:25:42 UTC (rev 43528)
@@ -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