changeset 913:211de08d40fd

Add more debugging.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 27 Nov 2014 11:20:42 +0200
parents 514d460c60a9
children d42c398d8896
files msite.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Thu Nov 27 10:58:41 2014 +0200
+++ b/msite.inc.php	Thu Nov 27 11:20:42 2014 +0200
@@ -1082,7 +1082,7 @@
       return $fdata;
   }
 
-  stLogError("File '".$filename."' (".$smime.") did not match any allowed file types.");
+  stLogError("File '".$filename."' (".$smime.") did not match any allowed file types [".$sdata."].");
   return stError("No matching allowed file type found for '".$smime."'.");
 }