[beast: 7/26] SFI: fix sfi_error() so it warns but doesn't abort the program
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 7/26] SFI: fix sfi_error() so it warns but doesn't abort the program
- Date: Fri, 14 Oct 2016 15:48:34 +0000 (UTC)
commit f48ac0f077ebb88bd1952144a044e882422f7a16
Author: Tim Janik <timj gnu org>
Date: Sat May 28 13:52:06 2016 +0200
SFI: fix sfi_error() so it warns but doesn't abort the program
Signed-off-by: Tim Janik <timj gnu org>
sfi/sfiwrapper.hh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sfi/sfiwrapper.hh b/sfi/sfiwrapper.hh
index f149753..fd62a9d 100644
--- a/sfi/sfiwrapper.hh
+++ b/sfi/sfiwrapper.hh
@@ -56,7 +56,7 @@ bool birnet_file_check (const char *file,
bool birnet_file_equals (const char *file1,
const char *file2);
/* --- messaging --- */
-#define sfi_error(...) RAPICORN_FATAL (__VA_ARGS__)
+#define sfi_error(...) RAPICORN_CRITICAL (__VA_ARGS__)
#define sfi_warning(...) RAPICORN_CRITICAL (__VA_ARGS__)
#define sfi_info(...) BSE_DEBUG (__VA_ARGS__)
#define sfi_diag(...) BSE_DEBUG (__VA_ARGS__)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]