diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-09-11 07:02:43 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-09-11 07:02:43 +0000 |
commit | 2a34ee95f3929cff131db6c5a2b4820194c05b2d (patch) | |
tree | fecc764ce6abab264d18b9ee9f4028f2c2253a25 /source/locking | |
parent | fb48efaf830626f6ef05b88f5f8a74b932ceb257 (diff) | |
download | samba-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.c | 2 |
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; } |