This commit is contained in:
parent
dea3b1343f
commit
b27fe436c9
|
|
@ -198,7 +198,7 @@ public class TaskService implements ITaskService{
|
|||
|
||||
return currentStreamTask;
|
||||
} catch (Exception e) {
|
||||
logger.info("taskId {} Stop exceptionally", streamUrl);
|
||||
logger.info("taskId {} Stop exceptionally", streamUrl,e);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue