fpi-log: Set fp_error as equal to g_critical
This commit is contained in:
parent
0a08a24896
commit
15d218a112
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue