fpi-log: Set fp_error as equal to g_critical

This commit is contained in:
Marco Trevisan (Treviño) 2019-11-22 17:56:24 +01:00
parent 0a08a24896
commit 15d218a112

View file

@ -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: