summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-11-03 17:50:04 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2018-11-03 17:50:04 +0200
commit7a0bcd116fc90b51fb81721484d9e3a9d960d1ba (patch)
tree939a3ee1f70a43e9b29c26d3359574a3f2d5e09a
parent152eb306f2ef2d5cfbde3ba23cc0bbd401aef0d3 (diff)
change the error message
-rw-r--r--src/libasound.c2
1 files changed, 1 insertions, 1 deletions
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;