From 94fcba96e08511f782642dad156150f0df063250 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 21 May 2018 16:01:13 +0100 Subject: [PATCH] lib/repo-pull: Add more debugging on pull failure Signed-off-by: Philip Withnall Closes: #1925 Approved by: cgwalters --- src/libostree/ostree-repo-pull.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c index 3adaa477..ba6e7289 100644 --- a/src/libostree/ostree-repo-pull.c +++ b/src/libostree/ostree-repo-pull.c @@ -385,6 +385,8 @@ check_outstanding_requests_handle_error (OtPullData *pull_data, GError *error = *errorp; if (error) { + g_debug ("Request caught error: %s", error->message); + if (!pull_data->caught_error) { pull_data->caught_error = TRUE;