diff --git a/libfprint/fpi-log.h b/libfprint/fpi-log.h index 1c3d5ade..8f2f6a15 100644 --- a/libfprint/fpi-log.h +++ b/libfprint/fpi-log.h @@ -68,11 +68,11 @@ /** * fp_err: * - * Same as g_warning(). In the future, this might be changed to a + * Same as g_critical(). In the future, this might be changed to a * g_assert() instead, so bear this in mind when adding those calls * to your driver. */ -#define fp_err g_warning +#define fp_err g_critical /** * BUG_ON: