Fix #191: timing suffix is now provided by Duration's Debug impl, so remove it from the message

This commit is contained in:
Félix Saparelli 2021-04-28 14:12:16 +12:00 committed by GitHub
parent 12184136f7
commit 6e2835b8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ where
})?;
if watcher.is_polling() {
warn!("Polling for changes every {:?} ms", args.poll_interval);
warn!("Polling for changes every {:?}", args.poll_interval);
}
// Call handler initially, if necessary