Kaydet (Commit) 756d3ce5 authored tarafından Enrico Tröger's avatar Enrico Tröger

Allow spawn debug output also with GEANY_DEBUG

And remove a trailing unnecessary newline in the debug message.
üst 2f55540f
......@@ -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