[Github-comments] [geany] Alter spawn to return the error message only in error->message (#701)

zhekov notifications at xxxxx
Fri Oct 30 17:29:46 UTC 2015


> @@ -617,7 +617,8 @@ static gchar *run_command(const gchar *command, const gchar *file_name,
>  	}
>  	else
>  	{
> -		g_warning("templates_replace_command: %s", error->message);
> +		g_warning(_("Cannot execute template replacement command \"%s\": %s. "
> +			"Check the path setting in template."), command, error->message);

Sure, why not (I'm not using these).

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/701/files#r43529413
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151030/7564a3cf/attachment.html>


More information about the Github-comments mailing list