summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-05-31 12:08:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:53:07 -0500
commit6e68fe69ea016041ea042c9cfa62a47693faa33e (patch)
treeae03274ba343f9981ba9f8dfc787087a93a25d51 /source4
parentaf1c3c64b0223a545783ac83265f7c64af273612 (diff)
downloadsamba-6e68fe69ea016041ea042c9cfa62a47693faa33e.tar.gz
samba-6e68fe69ea016041ea042c9cfa62a47693faa33e.tar.bz2
samba-6e68fe69ea016041ea042c9cfa62a47693faa33e.zip
r23264: Make it more clear what this is actually setting up
(This used to be commit f687bc92aea00aa489d310ac31e08a5718a36ec4)
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/libjs/provision.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/libjs/provision.js b/source4/scripting/libjs/provision.js
index 7e55930a1a..2832e28571 100644
--- a/source4/scripting/libjs/provision.js
+++ b/source4/scripting/libjs/provision.js
@@ -720,7 +720,7 @@ function provision_schema(subobj, message, tmp_schema_path, paths)
info.subobj = subobj;
info.message = message;
- message("Setting up sam.ldb partitions\n");
+ message("Setting up " + tmp_schema_path + " as a temporary database to store the schema\n");
/* This will erase anything in the tmp db */
var samdb = open_ldb(info, tmp_schema_path, true);