diff --git a/src/finn/custom_op/fpgadataflow/streamingmaxpool_batch.py b/src/finn/custom_op/fpgadataflow/streamingmaxpool_batch.py
index 551592ad1aa55fddfb562bc06c66d75afe8e66b3..5e90d37e6de72e0d37fc5c1810056966dfa6250a 100644
--- a/src/finn/custom_op/fpgadataflow/streamingmaxpool_batch.py
+++ b/src/finn/custom_op/fpgadataflow/streamingmaxpool_batch.py
@@ -68,7 +68,7 @@ class StreamingMaxPool_Batch(HLSCustomOp):
         if len(self.onnx_node.input) == 1:
             info_messages.append("The number of inputs is correct")
         else:
-            info_messages.append("""MultiThreshold needs 1 data input""")
+            info_messages.append("""StreamingMaxPool_Batch needs 1 data input""")
 
         return info_messages