From b93e6bc7cfc03ca8cd9651fd15eb5438b17caebc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juho=20V=C3=A4h=C3=A4-Herttua?= Date: Mon, 24 Mar 2014 20:41:34 +0200 Subject: [PATCH] Add more informative error message --- src/shairplay.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.34.1