mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-10 05:18:30 +03:00
lib/repo-pull: Add more debugging on pull failure
Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1925 Approved by: cgwalters
This commit is contained in:
parent
653fc6a125
commit
94fcba96e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user