[gnome-builder] buildsystem: log build system hint when tracing



commit 12f2e756d0b361ab22159cf8c63ca36da58d09af
Author: Christian Hergert <chergert redhat com>
Date:   Mon Mar 13 18:23:12 2017 -0700

    buildsystem: log build system hint when tracing

 libide/buildsystem/ide-build-system.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libide/buildsystem/ide-build-system.c b/libide/buildsystem/ide-build-system.c
index dffaeec..e83fd06 100644
--- a/libide/buildsystem/ide-build-system.c
+++ b/libide/buildsystem/ide-build-system.c
@@ -176,6 +176,8 @@ ide_build_system_new_async (IdeContext          *context,
   g_return_if_fail (G_IS_FILE (project_file));
   g_return_if_fail (!cancellable || G_IS_CANCELLABLE (cancellable));
 
+  IDE_TRACE_MSG ("Creating build system with hint \"%s\"", build_system_hint ?: "");
+
   ide_object_new_for_extension_async (IDE_TYPE_BUILD_SYSTEM,
                                       sort_priority, (gpointer)build_system_hint,
                                       G_PRIORITY_DEFAULT,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]