Re: [Qemu-devel] [PATCH v2 for-3.2 v2 14/30] slirp: set G_LOG_DOMAIN

2018-11-21 Thread Samuel Thibault
Marc-André Lureau, le jeu. 22 nov. 2018 02:06:31 +0400, a ecrit: > We are moving to g_log() facilities to log errors and probably debug > messages too. Let's have the "Slirp" prefix on messages slirp produces. > > Signed-off-by: Marc-André Lureau Applied to my tree, thanks!

[Qemu-devel] [PATCH v2 for-3.2 v2 14/30] slirp: set G_LOG_DOMAIN

2018-11-21 Thread Marc-André Lureau
We are moving to g_log() facilities to log errors and probably debug messages too. Let's have the "Slirp" prefix on messages slirp produces. Signed-off-by: Marc-André Lureau --- slirp/Makefile.objs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slirp/Makefile.objs b/slirp/Makefile.objs in