mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-07 09:48:48 +00:00
"level" can have value "DEBUG". In some environment "DEBUG" is used as preprocessor name to enable some debugging code. Using -DDEBUG option (or similar) cause "DEBUG" to be defined as "1" so "G_PASTE(G_LOG_LEVEL_, level)" will be expanded to "G_LOG_LEVEL_1" instead of "G_LOG_LEVEL_DEBUG". Just concatenate the two literal to avoid "DEBUG" expansion. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| meson.build | ||
| test-dummy-recorder.c | ||
| test-logging.c | ||
| test-marshallers.c | ||
| test-marshallers.h | ||
| test-marshallers.proto | ||
| test-quic.c | ||
| test-region.c | ||
| test-ssl-verify.c | ||
| test-utils.c | ||