verbose = 1 reduces verbosity and does not confuse user.

This commit is contained in:
Paul Müller 2014-12-22 19:43:27 +01:00
parent 81e30ff5c4
commit e6d00038ad

View file

@ -29,7 +29,7 @@ class Example_Server(jm.JobManager_Server):
def __init__(self):
# server show status information (verbose=1)
super(Example_Server, self).__init__(authkey='simple example',
verbose=2)
verbose=1)
self.final_result = 1