This commit is contained in:
孙小云 2025-01-09 18:03:00 +08:00
parent dea3b1343f
commit b27fe436c9
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ public class TaskService implements ITaskService{
return currentStreamTask; return currentStreamTask;
} catch (Exception e) { } catch (Exception e) {
logger.info("taskId {} Stop exceptionally", streamUrl); logger.info("taskId {} Stop exceptionally", streamUrl,e);
return null; return null;
} }