mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
client: Use ASSERT, not assert
This commit is contained in:
parent
2ec023b892
commit
d69fd9408c
@ -2141,7 +2141,7 @@ void spice_log(unsigned int type, const char *function, const char *format, ...)
|
||||
return;
|
||||
}
|
||||
|
||||
assert(type <= LOG_FATAL);
|
||||
ASSERT(type <= LOG_FATAL);
|
||||
|
||||
va_start(ap, format);
|
||||
string_vprintf(formated_message, format, ap);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user