On 26/11/13 16:30, Vincent Lefevre wrote: > (but since the error message comes from libgio, I suppose that the > former string is simpler to generate, e.g. with "gdbus: %s").
Actually, the line at fault appears to be in the gdbus utility (gdbus-tool.c) rather than anything to do with the library: g_printerr (_("Error: %s\n"), error->message); so either form would work. All the g_printerr() calls in that file have the same problem of not providing the context of "who said that?" when gdbus is used noninteractively. S -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org