|
@@ -109,7 +109,6 @@ public class StreamProxyController {
|
|
|
logger.info("启用代理: " + app + "/" + stream);
|
|
logger.info("启用代理: " + app + "/" + stream);
|
|
|
boolean result = streamProxyService.start(app, stream);
|
|
boolean result = streamProxyService.start(app, stream);
|
|
|
if (!result) {
|
|
if (!result) {
|
|
|
- logger.info("启用代理失败: " + app + "/" + stream);
|
|
|
|
|
throw new ControllerException(ErrorCode.ERROR100);
|
|
throw new ControllerException(ErrorCode.ERROR100);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|