server/serverctl.py
branchstable
changeset 7155 4bab50b02927
parent 7140 ba51dac1115d
child 7342 d1c8b5b3531c
--- a/server/serverctl.py	Thu Mar 31 15:18:21 2011 +0200
+++ b/server/serverctl.py	Thu Mar 31 17:12:27 2011 +0200
@@ -180,7 +180,7 @@
         if automatic:
             # XXX modify a copy
             password = generate_password()
-            print 'Administration account is admin / %s' % password
+            print '-> set administrator account to admin / %s' % password
             USER_OPTIONS[1][1]['default'] = password
             sconfig = Configuration(options=USER_OPTIONS)
         else: