X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fshairplay.c;h=4b873f127a4bf411cec0dbc03ff0c052faad5ccc;hb=HEAD;hp=424c28fdf25716cc4dabcb56123eb54411b10c55;hpb=c8920724b694ee2b35dcb104f0bf169eb8a858d9;p=deb_shairplay.git diff --git a/src/shairplay.c b/src/shairplay.c index 424c28f..4b873f1 100644 --- a/src/shairplay.c +++ b/src/shairplay.c @@ -349,6 +349,7 @@ main(int argc, char *argv[]) raop = raop_init_from_keyfile(10, &raop_cbs, "airport.key", NULL); if (raop == NULL) { fprintf(stderr, "Could not initialize the RAOP service\n"); + fprintf(stderr, "Please make sure the airport.key file is in the current directory.\n"); return -1; }