Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:LeChatP/RootAsRole into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed May 5, 2024
2 parents 1f2534d + e52a126 commit 0bd05d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sr/timeout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ fn find_valid_cookie(
cookies.remove(a);
}
if let Err(e) = save_cookies(from, &cookies) {
debug!("Failed to save cookies {:?}",e);
debug!("Failed to save cookies {:?}", e);
}
res
}
Expand Down

0 comments on commit 0bd05d5

Please sign in to comment.