Skip to content

Commit

Permalink
[api] improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jun 16, 2015
1 parent e31c7fc commit 86cce09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/models/channel.rb
Expand Up @@ -125,7 +125,7 @@ def update_from_xml(xmlhash)
p=b
end
# no match? either not created or searched in the right way
raise "Unable to find binary list" unless p
raise "Unable to find binary list #{cbl.project.name} #{cbl.repository.name} #{cbl.architecture.name}" unless p
# update...
_update_from_xml_binaries(cbl, p)
}
Expand Down

0 comments on commit 86cce09

Please sign in to comment.