Logging to catch the mtime being set on received files
This commit is contained in:
parent
e07369c7a1
commit
6fb31e2632
@ -117,6 +117,7 @@ class Receive extends Base
|
|||||||
|
|
||||||
fclose($this->f);
|
fclose($this->f);
|
||||||
// Set our mtime
|
// 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);
|
touch($this->receiving->full_name,$this->receiving->mtime);
|
||||||
$this->f = NULL;
|
$this->f = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user