]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/filenotfoundexception.php
File upload logging for dummies
[quix0rs-gnu-social.git] / lib / filenotfoundexception.php
index d3610249db64e1d8507ca16edb5adca4958effd6..70dd2d0b5d1d1941e5aa43414c574bd6146d6eb2 100644 (file)
@@ -36,6 +36,7 @@ class FileNotFoundException extends ServerException
     public function __construct($path)
     {
         $this->path = $path;
+        common_debug('File not found exception for: '._ve($this->path));
         parent::__construct(_('File not found in filesystem.'), 404);
     }
 }