diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libasound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libasound.c b/src/libasound.c index f3c9fe3..482dd4b 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 "set env variable `LIBASOUND_DEBUG` to 1 for more information"; + return "set env variable `ASOUND_DEBUG` to 1 for more information"; } snd_lib_error_handler_t snd_lib_error; |