]> git.proxmox.com Git - proxmox-backup.git/commitdiff
minor cleanup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 30 Nov 2020 12:56:21 +0000 (13:56 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 30 Nov 2020 12:56:21 +0000 (13:56 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/server/worker_task.rs

index b89f5ba74a89b001e0ed6751cb8d1b475d10188d..69b4d1af602b46da6a61d7358d3b16d607de689e 100644 (file)
@@ -601,7 +601,7 @@ impl WorkerTask {
         path.push(upid.to_string());
 
         let logger_options = FileLogOptions {
-            to_stdout: to_stdout,
+            to_stdout,
             exclusive: true,
             prefix_time: true,
             read: true,