diff options
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ sub is_there_a_new_distributions() { }; if (my $err = $@) { - log::explanations("failed to download distribution list"); + log::explanations("failed to download distribution list:\n$err"); return; # not a fatal error } |