From bf33936f9aa85cfb5646889b07bb90e68a3100d9 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Wed, 25 Jul 2018 12:23:21 +0200
Subject: [PATCH] no need to distinguish inner/outer template anymore

---
 lib/AccountManager/App.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/AccountManager/App.pm b/lib/AccountManager/App.pm
index 4d40f59..2456523 100644
--- a/lib/AccountManager/App.pm
+++ b/lib/AccountManager/App.pm
@@ -190,7 +190,7 @@ sub respond {
         INCLUDE_PATH => $self->{configuration}->{setup}->{templates_dir} . "/web"
     });
 
-    $self->{logger}->debug("Responding with outer template '$in{template}'");
+    $self->{logger}->debug("Responding with template '$in{template}'");
 
     binmode(STDOUT, ":utf8");
 
-- 
GitLab