diff --git a/mock-api/rest_server.ts b/mock-api/rest_server.ts index fa6dd60a3..8f40caecb 100644 --- a/mock-api/rest_server.ts +++ b/mock-api/rest_server.ts @@ -4223,7 +4223,7 @@ router return status(200); }) .post(RESTART_PARTITION_ENDPOINT, () => { - console.log('restarting...'); + console.log('restarting.from partition...'); return status(200); }) .post(FACTORY_RESET_ENDPOINT, () => status(200))