live: split logging to warn not to turn off client during image creation

just split this log message.
master
OpenGnSys Support Team 2024-02-15 13:26:02 +01:00
parent 5e11432e9d
commit 4109bb6ecc
1 changed files with 2 additions and 1 deletions

View File

@ -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()