Logging to catch the mtime being set on received files

This commit is contained in:
Deon George 2023-09-13 14:57:36 +10:00
parent e07369c7a1
commit 6fb31e2632
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ class Receive extends Base
fclose($this->f);
// Set our mtime
Log::info(sprintf('%s:= Setting file [%s] to time [%s]',self::LOGKEY,$this->receiving->full_name,$this->receiving->mtime));
touch($this->receiving->full_name,$this->receiving->mtime);
$this->f = NULL;