Updates
This commit is contained in:
parent
32385dd901
commit
430bc1fecf
2 changed files with 6 additions and 1 deletions
|
@ -86,7 +86,7 @@ def trigger_update(repository, package_name, token):
|
|||
result = requests.post(OBS_URL, params=parameters, headers=header)
|
||||
|
||||
if not result:
|
||||
logging.error("Error during service run, package %s, error code %s",
|
||||
logging.error("Error during service run, package %s, error code %s, url %s",
|
||||
package_name, result.status_code, result.url)
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue