temporary fix for the corrupted stdout due to the recent logging changes
parent
7cbc0a6cb6
commit
f9cdaed3db
|
@ -1455,7 +1455,8 @@ int main(int argc, char **argv)
|
|||
|
||||
parse_options(argc, argv);
|
||||
|
||||
utils_set_locale();
|
||||
/* FIXME: this started to corrupt stdout due to logging changes */
|
||||
// utils_set_locale();
|
||||
|
||||
if (opt.restore_image) {
|
||||
device_size = open_image();
|
||||
|
|
Loading…
Reference in New Issue