@@ -206,10 +206,11 @@ def process_segment(item, audios=None):
ts += match['length'] / 1000
- log.info('{2} ({0:%Y-%m-%d-%H:%M:%S%z}) {1}'.format(
+ log.info('{2} ({3}/{0:%Y-%m-%d-%H:%M:%S%z}) {1}'.format(
date,
','.join(values),
- item['ad']
+ item['ad'],
+ station,
))
try: