Mercurial > libervia-backend
changeset 3194:12486cd4fa8b
core (memory/disco): minor log message change
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 28 Feb 2020 10:06:38 +0100 |
parents | 65d89a339dd3 |
children | 29d72336a40d |
files | sat/memory/disco.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/memory/disco.py Fri Feb 28 10:06:38 2020 +0100 +++ b/sat/memory/disco.py Fri Feb 28 10:06:38 2020 +0100 @@ -197,7 +197,7 @@ reason = str(fail) log.warning( - "Error while requesting disco infos from {jid}: {reason}".format( + "can't request disco infos from {jid}: {reason}".format( jid=jid_.full(), reason=reason ) )