libqcdm, errors: Fix argument order

This commit is contained in:
Pablo Barciela
2022-02-15 09:20:17 +01:00
parent 19ecd327dc
commit 513fbaff61

View File

@@ -23,8 +23,8 @@ void
_qcdm_log (const char *file,
int line,
const char *func,
int level,
int domain,
int level,
const char *format,
...)
{