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