Skip to content

Commit 62a5183

Browse files
committed
hotfix bad rename
1 parent 155bba6 commit 62a5183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub unsafe extern "C" fn redirectionio_router_create(
2121
match serde_json::from_str(str) {
2222
Ok(value) => value,
2323
Err(error) => {
24-
error!("Unable to deserialize router_old config: {}", error,);
24+
error!("Unable to deserialize router config: {}", error,);
2525

2626
RouterConfig::default()
2727
}

0 commit comments

Comments
 (0)