From 5b6b8607ec4a0710b387ba48108b892b0ecb5840 Mon Sep 17 00:00:00 2001 From: Harry Rybacki Date: Thu, 5 Sep 2019 15:46:40 -0400 Subject: [PATCH] Log statement missing string replacement arg Include missing arg Change-Id: Ic494e58fc3b1f74f574e0dd8255ddc36ad2249c9 --- novajoin/ipa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novajoin/ipa.py b/novajoin/ipa.py index b4f0a42..f82e1b0 100644 --- a/novajoin/ipa.py +++ b/novajoin/ipa.py @@ -206,7 +206,7 @@ class IPANovaJoinBase(object): def flush_batch_operation(self, message_id=0): """Make an IPA batch call.""" - LOG.debug("[%] flush_batch_operation", message_id) + LOG.debug("[%s] flush_batch_operation", message_id) if not self.batch_args: return None