diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-05-31 12:08:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:53:07 -0500 |
commit | 6e68fe69ea016041ea042c9cfa62a47693faa33e (patch) | |
tree | ae03274ba343f9981ba9f8dfc787087a93a25d51 /source4/scripting/libjs/provision.js | |
parent | af1c3c64b0223a545783ac83265f7c64af273612 (diff) | |
download | samba-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/scripting/libjs/provision.js')
-rw-r--r-- | source4/scripting/libjs/provision.js | 2 |
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); |