From: Juho Vähä-Herttua Date: Mon, 24 Mar 2014 18:41:34 +0000 (+0200) Subject: Add more informative error message X-Git-Tag: upstream/0.9.0~4^2~7 X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=commitdiff_plain;h=b93e6bc7cfc03ca8cd9651fd15eb5438b17caebc Add more informative error message --- 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; }