summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/live/ogOperations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py
index 08c2f5d..6703041 100644
--- a/src/live/ogOperations.py
+++ b/src/live/ogOperations.py
@@ -181,8 +181,8 @@ class OgLiveOperations:
self._restore_image(image_path, devpath)
def _restore_image(self, image_path, devpath):
- logging.debug(f'Restoring image at {image_path} into {devpath}')
- logging.debug(f'This process can take some time, please *DO NOT SHUT DOWN OR REBOOT* this client')
+ logging.info(f'Restoring image at {image_path} into {devpath}')
+ logging.info('*DO NOT REBOOT OR POWEROFF* the client during this time')
cmd_lzop = shlex.split(f'lzop -dc {image_path}')
cmd_pc = shlex.split(f'partclone.restore -d0 -C -I -o {devpath}')