From: Szymon Janc <szymon.janc@xxxxxxxxx> This is used for testing and for user it makes no difference. This will allow to switch on/off verbose logging from automated android tester. --- android/hal-log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/hal-log.h b/android/hal-log.h index 9bd024d..63ff61b 100644 --- a/android/hal-log.h +++ b/android/hal-log.h @@ -25,7 +25,7 @@ #define LOG_WARN " W" #define LOG_ERROR " E" #define LOG_DEBUG " D" -#define ALOG(pri, tag, fmt, arg...) printf(tag pri": " fmt"\n", ##arg) +#define ALOG(pri, tag, fmt, arg...) fprintf(stderr, tag pri": " fmt"\n", ##arg) #endif #define info(fmt, arg...) ALOG(LOG_INFO, LOG_TAG, fmt, ##arg) -- 1.8.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html