From 6e68fe69ea016041ea042c9cfa62a47693faa33e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 31 May 2007 12:08:03 +0000 Subject: r23264: Make it more clear what this is actually setting up (This used to be commit f687bc92aea00aa489d310ac31e08a5718a36ec4) --- source4/scripting/libjs/provision.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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); -- cgit