receive.py: fix a print statement and also flush the output
authorAntonio Ospite <ao2@ao2.it>
Wed, 23 Dec 2015 18:24:25 +0000 (19:24 +0100)
committerAntonio Ospite <ao2@ao2.it>
Wed, 23 Dec 2015 18:24:25 +0000 (19:24 +0100)
commit4b296ac4888d610aa49d62ee733389b83d2c9dc7
tree081c96fe4972c7c07400d7a382ee4fbb3bcf862a
parentf06c28ca9340c78923dc595af0730c5ebbc113a0
receive.py: fix a print statement and also flush the output

Remove unneeded parentheses in a print statements, and also flush the
output: when using logging and redirection sometimes the output does not
get printed.
src/receive.py