[beast: 62/70] V8BSE: fix printerr usage outside of Bse namespace



commit e80271237cc5735fb9ffebb0c5ea51cc4fe385b7
Author: Tim Janik <timj gnu org>
Date:   Fri Mar 24 09:59:00 2017 +0100

    V8BSE: fix printerr usage outside of Bse namespace
    
    Signed-off-by: Tim Janik <timj gnu org>

 ebeast/v8bse/nodemodule.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ebeast/v8bse/nodemodule.cc b/ebeast/v8bse/nodemodule.cc
index b444150..87dd49d 100644
--- a/ebeast/v8bse/nodemodule.cc
+++ b/ebeast/v8bse/nodemodule.cc
@@ -255,7 +255,7 @@ v8bse_register_module (v8::Local<v8::Object> exports)
 
   // debugging aids:
   if (0)
-    printerr ("gdb %s %u -ex 'catch catch' -ex 'catch throw'\n", program_invocation_name, 
Rapicorn::ThisThread::process_pid());
+    Bse::printerr ("gdb %s %u -ex 'catch catch' -ex 'catch throw'\n", program_invocation_name, 
Rapicorn::ThisThread::process_pid());
 }
 
 // node.js registration


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