summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2017-02-26 23:15:14 +0000
committerSam Thursfield <sam@afuera.me.uk>2017-03-11 15:49:28 +0000
commitbdb9004c483c89ae34aa232965456cd48f143970 (patch)
tree9975ffa9a0c2c3299735c4dd9e213310a4855f58
parent68eb7a1b052b2c36ce9881a5dcfab4ddf03748ce (diff)
downloadtracker-bdb9004c483c89ae34aa232965456cd48f143970.tar.gz
Silence the ttl_loader.c script by default
It clutters the build output when using Meson, and doesn't really add much of use in any case.
-rw-r--r--docs/tools/ttl_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/ttl_loader.c b/docs/tools/ttl_loader.c
index 02187fb2c..97e072a42 100644
--- a/docs/tools/ttl_loader.c
+++ b/docs/tools/ttl_loader.c
@@ -342,7 +342,7 @@ ttl_loader_load_ontology (const gchar *ttl_file)
{
Ontology *ontology;
- g_print ("Loading ontology... %s\n", ttl_file);
+ g_debug ("Loading ontology... %s\n", ttl_file);
ontology = g_new0 (Ontology, 1);
ontology->classes = g_hash_table_new_full (g_str_hash,
g_str_equal,