From 232351cd25e4e5bddcd690ca82a19016714ff32f Mon Sep 17 00:00:00 2001 From: Otavio Pontes Date: Tue, 28 May 2019 20:18:51 -0700 Subject: [PATCH] curl: Add extra warning on check_connection errors --- src/curl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/curl.c b/src/curl.c index e23becbd..533e62d4 100644 --- a/src/curl.c +++ b/src/curl.c @@ -231,6 +231,7 @@ int swupd_curl_init(void) if (ret != 0) { error("Failed to connect to update server: %s\n", version_url); info("Possible solutions for this problem are:\n" + "\tCheck if your network connection is working\n" "\tFix the system clock\n" "\tRun 'swupd info' to check if the urls are correct\n" "\tCheck if the server SSL certificate is trusted by your system ('clrtrust generate' may help)\n");