[virt-tools-list] [PATCH 1/2] loader: remove debug g_print
Christophe Fergeau
cfergeau at redhat.com
Tue Sep 4 15:07:13 UTC 2012
When an error occurs in osinfo_loader_process_default_path, there's
a g_print("Fail"); call. This commit removes this.
---
osinfo/osinfo_loader.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/osinfo/osinfo_loader.c b/osinfo/osinfo_loader.c
index c080fc4..2867bab 100644
--- a/osinfo/osinfo_loader.c
+++ b/osinfo/osinfo_loader.c
@@ -1482,7 +1482,6 @@ void osinfo_loader_process_default_path(OsinfoLoader *loader, GError **err)
return;
error:
- g_print("Fail\n");
g_propagate_error(err, error);
return;
}
--
1.7.11.4
More information about the virt-tools-list
mailing list