diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/application.cpp b/client/application.cpp index 482215c0..83160c97 100644 --- a/client/application.cpp +++ b/client/application.cpp @@ -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); |