Commit eda52238 authored by Łukasz Nowak's avatar Łukasz Nowak

Add some logging.

parent 6f45e7f9
......@@ -56,4 +56,6 @@ def main(*args):
slap = slapos.slap.slap()
slap.initializeConnection(master_url, key_file=key_file, cert_file=cert_file)
computer = slap.registerComputer(computer_id)
print 'Banging to %r' % master_url
computer.bang(message)
print 'Bang with message %r' % message
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment