[ostree] libostree: Remove g_print() from bootloader code
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] libostree: Remove g_print() from bootloader code
- Date: Tue, 11 Mar 2014 17:17:04 +0000 (UTC)
commit bf918f1586065c6dc9d563b6b3ce15dd4444cff6
Author: Colin Walters <walters verbum org>
Date: Tue Mar 11 13:15:57 2014 -0400
libostree: Remove g_print() from bootloader code
No need to be so chatty.
src/libostree/ostree-bootloader-syslinux.c | 1 -
src/libostree/ostree-bootloader-uboot.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/libostree/ostree-bootloader-syslinux.c b/src/libostree/ostree-bootloader-syslinux.c
index de9983b..1d2febe 100644
--- a/src/libostree/ostree-bootloader-syslinux.c
+++ b/src/libostree/ostree-bootloader-syslinux.c
@@ -244,7 +244,6 @@ _ostree_bootloader_syslinux_write_config (OstreeBootloader *bootloader,
NULL, FALSE, G_FILE_CREATE_NONE,
NULL, cancellable, error))
goto out;
- g_print ("Saved new version of %s\n", gs_file_get_path_cached (self->config_path));
}
ret = TRUE;
diff --git a/src/libostree/ostree-bootloader-uboot.c b/src/libostree/ostree-bootloader-uboot.c
index 2eb4eb6..91d051c 100644
--- a/src/libostree/ostree-bootloader-uboot.c
+++ b/src/libostree/ostree-bootloader-uboot.c
@@ -132,7 +132,6 @@ _ostree_bootloader_uboot_write_config (OstreeBootloader *bootloader,
NULL, FALSE, G_FILE_CREATE_NONE,
NULL, cancellable, error))
return FALSE;
- g_print ("Saved new version of %s\n", gs_file_get_path_cached (self->config_path));
}
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]