diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-10-20 15:20:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:21:29 -0500 |
commit | b316b78cd5d2c511f59ef325c5e8fec68e02ddfe (patch) | |
tree | 2efea0ec0ddd84a45bf8395a8a2053af7da6d3c7 | |
parent | d71502b07cc0d113f4555d244bef9f06024907e4 (diff) | |
download | samba-b316b78cd5d2c511f59ef325c5e8fec68e02ddfe.tar.gz samba-b316b78cd5d2c511f59ef325c5e8fec68e02ddfe.tar.bz2 samba-b316b78cd5d2c511f59ef325c5e8fec68e02ddfe.zip |
r19427: print out the currect name
metze
(This used to be commit 0fcdc8c243f50da5a1203370740ac8d022a5cfdc)
-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 2eac2b731c..b267cde575 100644 --- a/source4/scripting/libjs/provision.js +++ b/source4/scripting/libjs/provision.js @@ -475,7 +475,7 @@ function provision(subobj, message, blank, paths, session_info, credentials) /* 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"); |