Kaydet (Commit) fda89798 authored tarafından Enrico Tröger's avatar Enrico Tröger Kaydeden (comit) GitHub

Merge pull request #912 from eht16/spawn_debug_output

Allow spawn debug output also with GEANY_DEBUG
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment