projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fdf399
)
slirp: set G_LOG_DOMAIN
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Wed, 21 Nov 2018 22:06:31 +0000
(
02:06
+0400)
committer
Samuel Thibault
<samuel.thibault@ens-lyon.org>
Mon, 14 Jan 2019 22:36:38 +0000
(23:36 +0100)
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>
slirp/Makefile.objs
patch
|
blob
|
history
diff --git
a/slirp/Makefile.objs
b/slirp/Makefile.objs
index 21653f69e940168a17f4faa354cdad117eddc367..959558c73289343cf7f4efd456c5d47328c1dda1 100644
(file)
--- a/
slirp/Makefile.objs
+++ b/
slirp/Makefile.objs
@@
-28,3
+28,5
@@
slirp.mo-objs = \
udp.o \
udp6.o \
$(NULL)
+
+slirp.mo-cflags = -DG_LOG_DOMAIN=\"Slirp\"