Changing System::match() to not include NC, some debugging updates

This commit is contained in:
2023-09-19 10:21:17 +10:00
parent 5e67be5ba1
commit 3a35bce9e7
3 changed files with 5 additions and 5 deletions

View File

@@ -114,7 +114,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->recvmtime));
Log::debug(sprintf('%s:= Setting file [%s] to time [%s]',self::LOGKEY,$this->receiving->full_name,$this->receiving->recvmtime));
touch($this->receiving->full_name,$this->receiving->recvmtime);
$this->f = NULL;