Blame SOURCES/0022-fpi-log-Set-fp_error-as-equal-to-g_critical.patch

73b847
From 15d218a112728c9ded518f55a985223861f79cda Mon Sep 17 00:00:00 2001
73b847
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
73b847
Date: Fri, 22 Nov 2019 17:56:24 +0100
73b847
Subject: [PATCH 022/181] fpi-log: Set fp_error as equal to g_critical
73b847
73b847
---
73b847
 libfprint/fpi-log.h | 4 ++--
73b847
 1 file changed, 2 insertions(+), 2 deletions(-)
73b847
73b847
diff --git a/libfprint/fpi-log.h b/libfprint/fpi-log.h
73b847
index 1c3d5ad..8f2f6a1 100644
73b847
--- a/libfprint/fpi-log.h
73b847
+++ b/libfprint/fpi-log.h
73b847
@@ -68,11 +68,11 @@
73b847
 /**
73b847
  * fp_err:
73b847
  *
73b847
- * Same as g_warning(). In the future, this might be changed to a
73b847
+ * Same as g_critical(). In the future, this might be changed to a
73b847
  * g_assert() instead, so bear this in mind when adding those calls
73b847
  * to your driver.
73b847
  */
73b847
-#define fp_err g_warning
73b847
+#define fp_err g_critical
73b847
 
73b847
 /**
73b847
  * BUG_ON:
73b847
-- 
73b847
2.24.1
73b847