]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix small bug in interpolation error message.
authorMike Brady <mikebrady@eircom.net>
Tue, 14 Mar 2017 09:13:22 +0000 (09:13 +0000)
committerMike Brady <mikebrady@eircom.net>
Tue, 14 Mar 2017 09:13:22 +0000 (09:13 +0000)
shairport.c

index 5837f24027b1606c6b44876cff8952ac65375789..adbbede563a98fdef3aa522a6a5894cd479216c1 100644 (file)
@@ -435,7 +435,7 @@ int parse_options(int argc, char **argv) {
         else if (strcasecmp(str, "soxr") == 0)
           config.packet_stuffing = ST_soxr;
         else
-          die("Invalid interpolation option choice \"%s\". It should be \"basic\" or \"soxr\"");
+          die("Invalid interpolation option choice. It should be \"basic\" or \"soxr\"");
       }
 
       /* Get the statistics setting. */