From: Mike Brady Date: Tue, 4 Jun 2019 14:32:10 +0000 (+0100) Subject: Fix error message for invalid standby mode choice X-Git-Tag: 3.3.1rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca3408255c042d47d1a3acfa4361fb1ee72b1d8;p=thirdparty%2Fshairport-sync.git Fix error message for invalid standby mode choice --- diff --git a/audio_alsa.c b/audio_alsa.c index f24d02d1..0c2702d9 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); } }