Changeset 38ef3dbd07a6b67931c27ff788f5dcefbdafba2e
- Timestamp:
- 07/18/09 15:33:28 (4 years ago)
- Author:
- Guillaume Pellerin <yomguy@…>
- Children:
- b5e9ba95fb119a579c4d9baa04a915d54abc16d6
- Parents:
- 6f2f5b83e466590269ad43c122e1500ac9493ffb
- git-committer:
- Guillaume Pellerin <yomguy@parisson.com> / 2009-07-18T13:33:28Z+0000
- Message:
-
fix channel when buffer sync pb
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r6f2f5b8
|
r38ef3db
|
|
| 454 | 454 | # self.logger.write('Station delay (ms) ' + self.short_name + ' : ' + str(self.channel.delay())) |
| 455 | 455 | except: |
| 456 | | self.logger.write('ERROR : Station %s : could not send the buffer... ') % self.short_name |
| | 456 | self.logger.write('ERROR : Station ' + self.short_name + ' : could not send the buffer... ') |
| | 457 | self.channel.close() |
| | 458 | self.channel.open() |
| | 459 | continue |
| 457 | 460 | q.task_done() |
| 458 | | stream.close() |
| 459 | 461 | |
| 460 | 462 | self.channel.close() |