Skip to content

Commit

Permalink
lib/repo-pull: Add more debugging on pull failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pwithnall authored and Andre Moreira Magalhaes committed Sep 18, 2019
1 parent df86ed6 commit ca7ba96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libostree/ostree-repo-pull.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ca7ba96

Please sign in to comment.