Mercurial > libervia-backend
changeset 4361:676a320415b9
core (xmpp): Add missing f-string prefix
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 11 Apr 2025 21:49:46 +0200 |
parents | 5ea4f5f28082 |
children | d34b17bce612 |
files | libervia/backend/core/xmpp.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libervia/backend/core/xmpp.py Fri Apr 11 18:19:28 2025 +0200 +++ b/libervia/backend/core/xmpp.py Fri Apr 11 21:49:46 2025 +0200 @@ -261,7 +261,7 @@ f"There is already a connected profile of name {profile!r} in " f"host" ) - log.debug("removing unconnected profile {profile!r}") + log.debug(f"removing unconnected profile {profile!r}") del host.profiles[profile] entity = host.profiles[profile] = cls( host,