From 2be292083371104ca2fd065bd8443536710899ad Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 21 Jan 2023 15:27:51 +0100 Subject: [PATCH] Fixed typo --- cps/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/web.py b/cps/web.py index 8ccec033..0324a644 100644 --- a/cps/web.py +++ b/cps/web.py @@ -1410,7 +1410,7 @@ def change_profile(kobo_support, local_oauth_check, oauth_status, translations, try: ub.session.commit() flash(_("Success! Profile Updated"), category="success") - log.debug(Success! Profile updated") + log.debug("Profile updated") except IntegrityError: ub.session.rollback() flash(_("Oops! An account already exists for this Email."), category="error")