mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
fpi-log: Set fp_error as equal to g_critical
This commit is contained in:
@@ -68,11 +68,11 @@
|
|||||||
/**
|
/**
|
||||||
* fp_err:
|
* 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
|
* g_assert() instead, so bear this in mind when adding those calls
|
||||||
* to your driver.
|
* to your driver.
|
||||||
*/
|
*/
|
||||||
#define fp_err g_warning
|
#define fp_err g_critical
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* BUG_ON:
|
* BUG_ON:
|
||||||
|
|||||||
Reference in New Issue
Block a user