From 64ebd9e72030ebf5a309acdfd504461446f90cd2 Mon Sep 17 00:00:00 2001 From: drigato Date: Thu, 17 Apr 2014 16:15:04 -0400 Subject: [PATCH] Logging statement --- airtime_mvc/application/models/StoredFile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php index 2ac3b6092..a2aee4ad3 100644 --- a/airtime_mvc/application/models/StoredFile.php +++ b/airtime_mvc/application/models/StoredFile.php @@ -393,6 +393,7 @@ SQL; if (file_exists($filepath) && $type == "stor") { + Logging::info($filepath); try { unlink($filepath); } catch (Exception $e) {