summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-06-04 15:32:10 +0100
committerMike Brady <mikebrady@eircom.net>2019-06-04 15:32:10 +0100
commit3ca3408255c042d47d1a3acfa4361fb1ee72b1d8 (patch)
tree4ed4de4ca45a476a4a58fb2adc5887ec2f6d3a38
parent4bafe1c982e33392e72e16068c1005b3c6c5fe07 (diff)
Fix error message for invalid standby mode choice
-rw-r--r--audio_alsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio_alsa.c b/audio_alsa.c
index f24d02d..0c2702d 100644
--- a/audio_alsa.c
+++ b/audio_alsa.c
@@ -1178,7 +1178,7 @@ static int init(int argc, char **argv) {
else {
warn("Invalid disable_standby_mode option choice \"%s\". It should be "
"\"always\", \"auto\" or \"never\". "
- "It remains set to \"never\".");
+ "It remains set to \"never\".", str);
}
}