mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-12 18:53:33 +00:00
log: Remove spice_printerr macro
All usages of this macro were removed. A library should not log to standard error but use log facilities so remove this macro to avoid possible future usage. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
0385a67ef8
commit
4b0c25823f
@ -57,10 +57,6 @@ void spice_log(GLogLevelFlags log_level,
|
||||
spice_log(G_LOG_LEVEL_WARNING, SPICE_STRLOC, __FUNCTION__, "should not be reached"); \
|
||||
} G_STMT_END
|
||||
|
||||
#define spice_printerr(format, ...) G_STMT_START { \
|
||||
fprintf(stderr, "%s: " format "\n", __FUNCTION__, ## __VA_ARGS__); \
|
||||
} G_STMT_END
|
||||
|
||||
#define spice_info(format, ...) G_STMT_START { \
|
||||
spice_log(G_LOG_LEVEL_INFO, SPICE_STRLOC, __FUNCTION__, "" format, ## __VA_ARGS__); \
|
||||
} G_STMT_END
|
||||
|
||||
Loading…
Reference in New Issue
Block a user