diff --git a/src/main.c b/src/main.c index 1c2a6d1..621f661 100644 --- a/src/main.c +++ b/src/main.c @@ -252,7 +252,7 @@ int main(int argc, char* argv[]) { address[0] = 0; discover_server(address); if (address[0] == 0) { - perror("Can't find server"); + fprintf(stderr, "Autodiscovery failed. Specify an IP address next time.\n"); exit(-1); } } diff --git a/third_party/moonlight-common-c b/third_party/moonlight-common-c index f8b394c..a5f59d2 160000 --- a/third_party/moonlight-common-c +++ b/third_party/moonlight-common-c @@ -1 +1 @@ -Subproject commit f8b394c23dacea44c68658e6bf03ea2fb07b07ad +Subproject commit a5f59d206e6ad93ae3bbf2a5672ee319d19cb455