fixed message text
authorAndrew Tridgell <tridge@samba.org>
Thu, 4 May 2000 06:29:13 +0000 (06:29 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 4 May 2000 06:29:13 +0000 (06:29 +0000)
(This used to be commit 99e522023eae7cf1a88e5de50f2b09df3ea318d3)

source3/utils/status.c

index 5c01409737c1040e5426acd038b050b838744c9c..edc861d2672cbac8242edca5b91e9dfb5c2c0552 100644 (file)
@@ -350,7 +350,7 @@ static int traverse_fn1(TDB_CONTEXT *tdb, TDB_DATA kbuf, TDB_DATA dbuf, void *st
                int ret;
 
                if (!locking_init(1)) {
-                       printf("Can't initialise shared memory - exiting\n");
+                       printf("Can't initialise locking module - exiting\n");
                        exit(1);
                }