diff options
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -313,6 +313,8 @@ sub sync_curl { propagate_sync_callback($options, 'end', $file); $file = undef; } + } elsif ($buf =~ /^curl:/) { #- probably an error reported by curl + propagate_sync_callback($options, 'error', $file, $buf); } } else { ref($options) && $options->{quiet} or print STDERR $buf; |