From 91c897d995354b23ca30ea082f6b3d2b25b506ac Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 6 Aug 2020 20:23:36 +0100 Subject: [PATCH] emacs --- src/log/custom/.#global_logfile.rs | 1 - src/log/custom/global_logfile.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 src/log/custom/.#global_logfile.rs 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); } }