libostree: Remove g_print() from bootloader code
No need to be so chatty.
This commit is contained in:
parent
5c839f0267
commit
bf918f1586
|
|
@ -244,7 +244,6 @@ _ostree_bootloader_syslinux_write_config (OstreeBootloader *bootloader,
|
||||||
NULL, FALSE, G_FILE_CREATE_NONE,
|
NULL, FALSE, G_FILE_CREATE_NONE,
|
||||||
NULL, cancellable, error))
|
NULL, cancellable, error))
|
||||||
goto out;
|
goto out;
|
||||||
g_print ("Saved new version of %s\n", gs_file_get_path_cached (self->config_path));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,6 @@ _ostree_bootloader_uboot_write_config (OstreeBootloader *bootloader,
|
||||||
NULL, FALSE, G_FILE_CREATE_NONE,
|
NULL, FALSE, G_FILE_CREATE_NONE,
|
||||||
NULL, cancellable, error))
|
NULL, cancellable, error))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
g_print ("Saved new version of %s\n", gs_file_get_path_cached (self->config_path));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue