mirror of https://git.48k.eu/ogclient
live: split logging to warn not to turn off client during image creation
just split this log message.master
parent
5e11432e9d
commit
4109bb6ecc
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue