diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-04 06:29:13 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-04 06:29:13 +0000 |
commit | 99e522023eae7cf1a88e5de50f2b09df3ea318d3 (patch) | |
tree | 545320a4b7b736dbf7df9ddff768feceb1f6170b /source/utils/status.c | |
parent | cd5dcd9e659a7255f03eb496c0202986375e73a6 (diff) | |
download | samba-99e522023eae7cf1a88e5de50f2b09df3ea318d3.tar.gz samba-99e522023eae7cf1a88e5de50f2b09df3ea318d3.tar.xz samba-99e522023eae7cf1a88e5de50f2b09df3ea318d3.zip |
fixed message text
Diffstat (limited to 'source/utils/status.c')
-rw-r--r-- | source/utils/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/status.c b/source/utils/status.c index 5c01409737c..edc861d2672 100644 --- a/source/utils/status.c +++ b/source/utils/status.c @@ -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); } |