diff --git a/src/log/custom/.#global_logfile.rs b/src/log/custom/.#global_logfile.rs deleted file mode 120000 index cd5bf53..0000000 --- a/src/log/custom/.#global_logfile.rs +++ /dev/null @@ -1 +0,0 @@ -avril@flan-laptop.58785:1596643711 \ No newline at end of file diff --git a/src/log/custom/global_logfile.rs b/src/log/custom/global_logfile.rs index dfa153f..ae0e90b 100644 --- a/src/log/custom/global_logfile.rs +++ b/src/log/custom/global_logfile.rs @@ -134,7 +134,7 @@ impl Hook for LogFileHook internal.fix_perms(&mut file); - if let Err(_err) = write_log(&mut file, command).await { + if let Err(_err) = write_log(&mut file, command).awmait { //crate::warn!("Failed writing to logfile {:?}: {}", path, err); } }