diff --git a/server/src/api/record.ts b/server/src/api/record.ts index b9d78a41..c377caa5 100644 --- a/server/src/api/record.ts +++ b/server/src/api/record.ts @@ -660,7 +660,7 @@ export async function handleRunRecording(id: string, userId: string) { socket.on('ready-for-run', () => readyForRunHandler(browserId, newRunId)); - logger.log('info', `Running recording: ${id}`); + logger.log('info', `Running Robot: ${id}`); socket.on('disconnect', () => { cleanupSocketListeners(socket, browserId, newRunId);