mirror of
https://github.com/Drop-OSS/drop-app
synced 2026-08-27 22:23:04 -04:00
chore(downloads): Made logging systems match
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
parent
17f8d763ca
commit
0a1dddf7ef
1 changed files with 0 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ impl ProcessManager {
|
|||
|
||||
let current_time = chrono::offset::Local::now();
|
||||
let mut log_file = OpenOptions::new()
|
||||
.write(true)
|
||||
.append(true)
|
||||
.read(true)
|
||||
.create(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue