From 41ec9162fda52b033a4202f459a7c3ad75e506f3 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 29 Aug 2024 14:49:21 +0200 Subject: [PATCH] add partition text --- mock-api/rest_server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))