From 2c3146da9b1991ea40b288b5f6c3b9beeed90e0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no>
Date: Tue, 26 Jul 2016 10:16:20 +0200
Subject: [PATCH] Get rid of the last remaining calls to SimpleSAML_Logger.

---
 lib/SimpleSAML/XHTML/Template.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php
index 1172b0f69..138423c54 100644
--- a/lib/SimpleSAML/XHTML/Template.php
+++ b/lib/SimpleSAML/XHTML/Template.php
@@ -348,7 +348,7 @@ class SimpleSAML_XHTML_Template
         }
 
         // not found in current theme
-        \SimpleSAML_Logger::debug(
+        \SimpleSAML\Logger::debug(
             $_SERVER['PHP_SELF'].' - Template: Could not find template file ['.$template.'] at ['.
             $filename.'] - now trying the base template'
         );
@@ -370,7 +370,7 @@ class SimpleSAML_XHTML_Template
         if ($throw_exception) {
             // log error and throw exception
             $error = 'Template: Could not find template file ['.$template.'] at ['.$filename.']';
-            \SimpleSAML_Logger::critical($_SERVER['PHP_SELF'].' - '.$error);
+            \SimpleSAML\Logger::critical($_SERVER['PHP_SELF'].' - '.$error);
 
             throw new Exception($error);
         } else {
-- 
GitLab