Author: metze
Date: 2006-10-20 15:20:48 +0000 (Fri, 20 Oct 2006)
New Revision: 19427

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

Log:
print out the currect name

metze
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      2006-10-20 
09:55:47 UTC (rev 19426)
+++ branches/SAMBA_4_0/source/scripting/libjs/provision.js      2006-10-20 
15:20:48 UTC (rev 19427)
@@ -475,7 +475,7 @@
        /* only install a new shares config db if there is none */
        st = sys.stat(paths.shareconf);
        if (st == undefined) {
-               message("Setting up sconf.ldb\n");
+               message("Setting up share.ldb\n");
                setup_ldb("share.ldif", info, paths.shareconf);
        }
        message("Setting up secrets.ldb\n");

Reply via email to