We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155bba6 commit 62a5183Copy full SHA for 62a5183
src/ffi.rs
@@ -21,7 +21,7 @@ pub unsafe extern "C" fn redirectionio_router_create(
21
match serde_json::from_str(str) {
22
Ok(value) => value,
23
Err(error) => {
24
- error!("Unable to deserialize router_old config: {}", error,);
+ error!("Unable to deserialize router config: {}", error,);
25
26
RouterConfig::default()
27
}
0 commit comments