Skip to content
Snippets Groups Projects
Commit 7e3f3050 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix for Mojo::UserAgent usage

parent bfea564f
Branches feature/qualification
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ foreach my $id (keys %{$configuration->{federations}}) {
if (!$result->is_success()) {
$db->rollback();
die "failed to download federation metadata: " . $result->status_line();
die "failed to download federation metadata: " . $result->message();
}
$result->save_to($file->filename());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment