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;
|
GError *error = *errorp;
|
||||||
if (error)
|
if (error)
|
||||||
{
|
{
|
||||||
|
g_debug ("Request caught error: %s", error->message);
|
||||||
|
|
||||||
if (!pull_data->caught_error)
|
if (!pull_data->caught_error)
|
||||||
{
|
{
|
||||||
pull_data->caught_error = TRUE;
|
pull_data->caught_error = TRUE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue