Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw committed Aug 13, 2020
1 parent 9905887 commit 118e13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/src/rocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl Rocket {
};

if let Some(existing) = existing {
warn_!("Replacing existing '{}' catcher.", existing);
warn!("Replacing existing '{}' catcher.", existing);
}
}
}
Expand Down

0 comments on commit 118e13e

Please sign in to comment.