[geany/geany] fda897: Merge pull request #912 from eht16/spawn_debug_output

Enrico Tröger git-noreply at xxxxx
Mon Jun 20 21:07:10 UTC 2016


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Mon, 20 Jun 2016 21:07:10 UTC
Commit:      fda89798a468c65afc1c0d56d0cf9b68a0f98dea
             https://github.com/geany/geany/commit/fda89798a468c65afc1c0d56d0cf9b68a0f98dea

Log Message:
-----------
Merge pull request #912 from eht16/spawn_debug_output

Allow spawn debug output also with GEANY_DEBUG


Modified Paths:
--------------
    src/spawn.c

Modified: src/spawn.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -558,8 +558,8 @@ static gboolean spawn_async_with_pipes(const gchar *working_directory, const gch
 	while (argv && *argv)
 		spawn_append_argument(command, *argv++);
 
-#ifdef SPAWN_TEST
-	g_message("full spawn command line: %s\n", command->str);
+#if defined(SPAWN_TEST) || defined(GEANY_DEBUG)
+	g_message("full spawn command line: %s", command->str);
 #endif
 
 	while (envp && *envp)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list