]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:samba:kcc: Fix log message formatting
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 6 Jul 2023 03:56:38 +0000 (15:56 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:37 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/kcc/__init__.py

index 709b84909b6b9a0f441442ff8326ab8eac20c1d8..22590d0c6c57c2101e99683be679cfa93721f584 100644 (file)
@@ -407,8 +407,8 @@ class KCC(object):
                     nttime2unix(failed_link.time_first_failure)
                 # TODO guard against future
                 if unix_first_failure > self.unix_now:
-                    logger.error("The last success time attribute for \
-                                 repsFrom is in the future!")
+                    logger.error("The last success time attribute for "
+                                 "repsFrom is in the future!")
 
                 # Perform calculation in seconds
                 if (self.unix_now - unix_first_failure) > 60 * 60 * 2: