copr-backend*: copr-ping: nicer info message
This commit is contained in:
parent
0613f46b41
commit
073d940775
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ def _main():
|
||||||
return EXIT_WARN
|
return EXIT_WARN
|
||||||
|
|
||||||
LOG.info("The last build %s for copr-ping succeeded, took %s seconds, "
|
LOG.info("The last build %s for copr-ping succeeded, took %s seconds, "
|
||||||
"elapsed since the last stop %s", build_id, took, since_last_stop)
|
"elapsed since the last stop %s seconds", build_id, took,
|
||||||
|
since_last_stop)
|
||||||
return EXIT_OK
|
return EXIT_OK
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue