[beast: 12/14] SFI: make use of Bse::debug()



commit a1560b0aebbe36db03cb742790c264c44e60cda4
Author: Tim Janik <timj gnu org>
Date:   Sat Mar 18 01:21:58 2017 +0100

    SFI: make use of Bse::debug()
    
    Signed-off-by: Tim Janik <timj gnu org>

 sfi/sficomport.cc   |    2 +-
 sfi/sfiglueproxy.cc |    2 +-
 sfi/sfiwrapper.hh   |    1 -
 3 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/sfi/sficomport.cc b/sfi/sficomport.cc
index 3eb809d..dd1c0bb 100644
--- a/sfi/sficomport.cc
+++ b/sfi/sficomport.cc
@@ -13,7 +13,7 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 
-#define CDEBUG(...)     BSE_KEY_DEBUG ("comport", __VA_ARGS__)
+#define CDEBUG(...)     Bse::debug ("comport", __VA_ARGS__)
 
 /* define the io bottle neck (for writes) to a small value
  * (e.g. 20) to trigger and test blocking IO on fast systems
diff --git a/sfi/sfiglueproxy.cc b/sfi/sfiglueproxy.cc
index c11d1f4..970913f 100644
--- a/sfi/sfiglueproxy.cc
+++ b/sfi/sfiglueproxy.cc
@@ -7,7 +7,7 @@
 #include <gobject/gvaluecollector.h>
 #include <sfi/gbsearcharray.hh>
 
-#define SDEBUG(...)     BSE_KEY_DEBUG ("signals", __VA_ARGS__)
+#define SDEBUG(...)             Bse::debug ("signals", __VA_ARGS__)
 #define        invalid_proxy(proxy)    RAPICORN_CRITICAL ("invalid proxy id: %u", proxy)
 
 /* --- structures --- */
diff --git a/sfi/sfiwrapper.hh b/sfi/sfiwrapper.hh
index d325dfb..c22c241 100644
--- a/sfi/sfiwrapper.hh
+++ b/sfi/sfiwrapper.hh
@@ -21,7 +21,6 @@ using Bse::unichar;
 #define sfi_warning(...)        Bse::warning (__VA_ARGS__)
 #define sfi_info(...)           Bse::info (__VA_ARGS__)
 #define sfi_diag(...)           Bse::warning (__VA_ARGS__)
-#define BSE_KEY_DEBUG(...)      Bse::debug (__VA_ARGS__)
 
 /* --- initialization --- */
 typedef struct


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]