[gnome-builder] subprocess: log working directory



commit f14551441b9b1874e84c752e94eed8ebae428ec2
Author: Christian Hergert <chergert redhat com>
Date:   Wed Dec 21 15:20:28 2016 -0800

    subprocess: log working directory

 libide/subprocess/ide-subprocess-launcher.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libide/subprocess/ide-subprocess-launcher.c b/libide/subprocess/ide-subprocess-launcher.c
index 4688a3b..6e4a0e9 100644
--- a/libide/subprocess/ide-subprocess-launcher.c
+++ b/libide/subprocess/ide-subprocess-launcher.c
@@ -237,8 +237,8 @@ ide_subprocess_launcher_spawn_worker (GTask        *task,
     g_autofree gchar *env = NULL;
     str = g_strjoinv (" ", (gchar **)priv->argv->pdata);
     env = priv->environ ? g_strjoinv (" ", priv->environ) : g_strdup ("");
-    IDE_TRACE_MSG ("Launching '%s' with environment %s %s parent environment",
-                   str, env, priv->clear_env ? "clearing" : "inheriting");
+    IDE_TRACE_MSG ("Launching '%s' from directory %s with environment %s %s parent environment",
+                   str, priv->cwd, env, priv->clear_env ? "clearing" : "inheriting");
   }
 #endif
 


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