This commit is contained in:
veeso
2023-02-11 12:23:56 +01:00
parent 62003308a7
commit 4d5f3a6b63
40 changed files with 139 additions and 147 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ impl FileTransferActivity {
Err(err) => {
self.log(
LogLevel::Error,
format!("error while polling file watcher: {}", err),
format!("error while polling file watcher: {err}"),
);
}
}