From 7a0bcd116fc90b51fb81721484d9e3a9d960d1ba Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sat, 3 Nov 2018 17:50:04 +0200 Subject: change the error message --- src/libasound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libasound.c b/src/libasound.c index d1add52..f3c9fe3 100644 --- a/src/libasound.c +++ b/src/libasound.c @@ -46,7 +46,7 @@ snd_strerror(int errnum) { // Do not bother implementing this, just WARN/ERR directly in this lib // Letting applications show useful error messages never works out - return "^"; + return "set env variable `LIBASOUND_DEBUG` to 1 for more information"; } snd_lib_error_handler_t snd_lib_error; -- cgit v1.2.3