Skip to content

Commit 7c25f98

Browse files
committed
Update outdated log message
1 parent ca36bc5 commit 7c25f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/Services/MissionSchedulingService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public async Task StartNextMissionRunIfSystemIsAvailable(Robot robot)
100100
if (missionRun.InspectionArea == null)
101101
{
102102
logger.LogWarning(
103-
"Mission {MissionRunId} cannot be started as it does not have an inspection area",
103+
"Mission {MissionRunId} does not have an inspection area, but will be started anyways.",
104104
missionRun.Id
105105
);
106106
}

0 commit comments

Comments
 (0)