(msg)
| 57 | |
| 58 | |
| 59 | def PrintMessage(msg): |
| 60 | # Print the message to stdout & flush to make sure that the message is not |
| 61 | # buffered when tsproxy is run as a subprocess. |
| 62 | sys.stdout.write(msg + '\n') |
| 63 | sys.stdout.flush() |
| 64 | |
| 65 | ######################################################################################################################## |
| 66 | # Traffic-shaping pipe (just passthrough for now) |
no outgoing calls
no test coverage detected