diff --git a/server/src/api/record.ts b/server/src/api/record.ts index fef0be9a..b9d78a41 100644 --- a/server/src/api/record.ts +++ b/server/src/api/record.ts @@ -621,7 +621,7 @@ async function executeRun(id: string) { }; } catch (error: any) { - logger.log('info', `Error while running a recording with id: ${id} - ${error.message}`); + logger.log('info', `Error while running a robot with id: ${id} - ${error.message}`); const run = await Run.findOne({ where: { runId: id } }); if (run) { await run.update({