slirp: set G_LOG_DOMAIN
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 <marcandre.lureau@redhat.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
1fdf39927f
commit
2a2d3e4a25
@ -28,3 +28,5 @@ slirp.mo-objs = \
|
||||
udp.o \
|
||||
udp6.o \
|
||||
$(NULL)
|
||||
|
||||
slirp.mo-cflags = -DG_LOG_DOMAIN=\"Slirp\"
|
||||
|
Loading…
Reference in New Issue
Block a user