Author: abartlet
Date: 2007-05-31 12:08:03 +0000 (Thu, 31 May 2007)
New Revision: 23264

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23264

Log:
Make it more clear what this is actually setting up

Modified:
   branches/SAMBA_4_0/source/scripting/libjs/provision.js


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/libjs/provision.js
===================================================================
--- branches/SAMBA_4_0/source/scripting/libjs/provision.js      2007-05-31 
09:23:51 UTC (rev 23263)
+++ branches/SAMBA_4_0/source/scripting/libjs/provision.js      2007-05-31 
12:08:03 UTC (rev 23264)
@@ -720,7 +720,7 @@
        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);

Reply via email to