[beast: 8/16] SFI: fix debug message



commit 1aff22290f6c0eb34c0996f2cb8b4d6852466068
Author: Tim Janik <timj gnu org>
Date:   Mon Sep 18 22:52:40 2017 +0200

    SFI: fix debug message
    
    Signed-off-by: Tim Janik <timj gnu org>

 sfi/bcore.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sfi/bcore.cc b/sfi/bcore.cc
index 12ae613..64ff45e 100644
--- a/sfi/bcore.cc
+++ b/sfi/bcore.cc
@@ -205,7 +205,7 @@ url_show (const char *url)
                                    NULL, /* child_pid */
                                    &error);
         g_free (string);
-        RAPICORN_KEY_DEBUG ("URL", "show \"%s\": %s: %s", url, args[0], error ? error->message : 
fallback_error);
+        Bse::debug ("URL", "show \"%s\": %s: %s", url, args[0], error ? error->message : fallback_error);
         g_clear_error (&error);
         if (success)
           return true;


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