Fix misleading debug string
This commit is contained in:
@@ -31,7 +31,7 @@ where
|
|||||||
F: Fn() -> Result<(), Error>,
|
F: Fn() -> Result<(), Error>,
|
||||||
M: Into<Cow<'a, str>> + Debug,
|
M: Into<Cow<'a, str>> + Debug,
|
||||||
{
|
{
|
||||||
debug!("Executing {:?}", key);
|
debug!("Step {:?}", key);
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
match func() {
|
match func() {
|
||||||
|
|||||||
Reference in New Issue
Block a user