diff --git a/bob/ip/binseg/utils/plot.py b/bob/ip/binseg/utils/plot.py
index 29a0d28f1eef949a103c757530a4605078546d74..9f897d5b0e70dd60e76185ed196ea2e34dd3425b 100644
--- a/bob/ip/binseg/utils/plot.py
+++ b/bob/ip/binseg/utils/plot.py
@@ -225,7 +225,7 @@ def precision_recall_f1iso_confintval(
         vert_y = numpy.concatenate((pui[pui > 0], pli[pli > 0][::-1]))
         # hacky workaround to plot 2nd human
         if numpy.isclose(numpy.mean(rui), rui[1], rtol=1e-05):
-            print("found human")
+            logger.warning("Found 2nd human annotator in metrics - patching...")
             p = plt.Polygon(
                 numpy.column_stack((vert_x, vert_y)),
                 facecolor="none",