[Libosinfo] [PATCH db-tools 07/11] Remove print of filenames when --verbose is not used
Daniel P. Berrange
berrange at redhat.com
Tue Jun 28 15:52:33 UTC 2016
The osinfo-db-validate command has a --verbose arg to request
printing of filenames as they are validated. Remove the stray
g_print() that duplicated this
Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
tools/osinfo-db-validate.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/osinfo-db-validate.c b/tools/osinfo-db-validate.c
index ce3366a..70c1ac3 100644
--- a/tools/osinfo-db-validate.c
+++ b/tools/osinfo-db-validate.c
@@ -172,7 +172,6 @@ static gboolean validate_file(xmlRelaxNGValidCtxtPtr rngValid, GFile *file, GFil
goto cleanup;
}
- g_print(_("Processed '%s'.\n"), uri);
ret = TRUE;
cleanup:
--
2.7.4
More information about the Libosinfo
mailing list