Showing
1 changed file
with
1 additions
and
1 deletions
@@ -35,7 +35,7 @@ while True: | @@ -35,7 +35,7 @@ while True: | ||
35 | 35 | ||
36 | try: | 36 | try: |
37 | #print method_frame.delivery_tag, method_frame, properties | 37 | #print method_frame.delivery_tag, method_frame, properties |
38 | - #print " [Golang] Received %r" % (body,) | 38 | + print " [Golang] Received %r" % (body,) |
39 | write_log(" [Golang] Received %r\n" % (body,)) | 39 | write_log(" [Golang] Received %r\n" % (body,)) |
40 | 40 | ||
41 | data = json.loads(body) | 41 | data = json.loads(body) |
-
Please register or login to post a comment