... | ... |
@@ -156,7 +156,7 @@ async def supervise(proc): |
156 | 156 |
logger.debug(line, stream='stdout') |
157 | 157 |
logger.warn('unexpected exit', return_code=proc.returncode) |
158 | 158 |
finally: |
159 |
- logger.debug('cleaning up process') |
|
159 |
+ logger.debug('cleaning up OpenVPN') |
|
160 | 160 |
await asyncio.shield(kill_root_process(proc)) |
161 | 161 |
logger.info('down', stream='status') |
162 | 162 |
|