From fd4e0a2769c5ad5b7b73ac3bbf129f15a4424c01 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Fri, 22 Dec 2017 10:53:17 +0100
Subject: [PATCH] Fix debug message (closes #103)

---
 bob/bio/base/tools/algorithm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/bio/base/tools/algorithm.py b/bob/bio/base/tools/algorithm.py
index 0447df71..06a5a1be 100644
--- a/bob/bio/base/tools/algorithm.py
+++ b/bob/bio/base/tools/algorithm.py
@@ -272,7 +272,7 @@ def enroll(algorithm, extractor, compute_zt_norm, indices = None, groups = ['dev
               logger.debug("... Skipping model file %s since no feature file could be found", model_file)
               continue
 
-          logger.debug("... Enrolling model '%d' from %d feature(s) to "
+          logger.debug("... Enrolling model '%s' from %d feature(s) to "
               "file '%s' (%d/%d)", model_id, len(enroll_files), model_file,
               pos+1, len(model_ids))
           bob.io.base.create_directories_safe(os.path.dirname(model_file))
-- 
GitLab