summaryrefslogtreecommitdiffstats
path: root/source/locking
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-09-11 07:02:43 +0000
committerAndrew Tridgell <tridge@samba.org>2000-09-11 07:02:43 +0000
commit2a34ee95f3929cff131db6c5a2b4820194c05b2d (patch)
treefecc764ce6abab264d18b9ee9f4028f2c2253a25 /source/locking
parentfb48efaf830626f6ef05b88f5f8a74b932ceb257 (diff)
downloadsamba-2a34ee95f3929cff131db6c5a2b4820194c05b2d.tar.gz
samba-2a34ee95f3929cff131db6c5a2b4820194c05b2d.tar.xz
samba-2a34ee95f3929cff131db6c5a2b4820194c05b2d.zip
the first cut of the internal messaging system.
The motivation for this system is to replace the UDP message for oplocks, but this commit only does the "set debug level" message.
Diffstat (limited to 'source/locking')
-rw-r--r--source/locking/locking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/locking/locking.c b/source/locking/locking.c
index 8fc1c4a4bcd..58e6b06e667 100644
--- a/source/locking/locking.c
+++ b/source/locking/locking.c
@@ -229,7 +229,7 @@ BOOL locking_init(int read_only)
0644);
if (!tdb) {
- DEBUG(0,("ERROR: Failed to initialise share modes\n"));
+ DEBUG(0,("ERROR: Failed to initialise locking database\n"));
return False;
}