From 4109bb6eccac0c817cfc9bde92713d760f600c97 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Thu, 15 Feb 2024 13:26:02 +0100 Subject: live: split logging to warn not to turn off client during image creation just split this log message. --- src/live/ogOperations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/live/ogOperations.py') diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index ea9f5cb..d538790 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -480,7 +480,8 @@ class OgLiveOperations: p2 = Popen(cmd2, stdin=p1.stdout) p1.stdout.close() - logging.info(f'Creating image at {image_path} from {padev} using {fstype}, please do not shut down or reboot the client') + logging.info(f'Creating image at {image_path} from {padev} using {fstype}') + logging.info('*DO NOT REBOOT OR POWEROFF* the client during this time') try: retdata = p2.communicate() -- cgit v1.2.3-18-g5258