mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 20:55:47 +01:00
ipset: re-arrange spacing in logs
This commit is contained in:
parent
516e6956ab
commit
885e6b7ef7
1 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ impl IPsetManager {
|
|||
version,
|
||||
timeout,
|
||||
}) => {
|
||||
eprintln!("INFO creating {version} set {name}");
|
||||
eprintln!("INFO creating {version} set {name}");
|
||||
let mut session: Session<HashNet> = Session::new(name.clone());
|
||||
session
|
||||
.create(|builder| {
|
||||
|
|
@ -198,7 +198,7 @@ impl IPsetManager {
|
|||
if insert {
|
||||
eprintln!("INFO inserting {version} set {set} in chain {chain}");
|
||||
} else {
|
||||
eprintln!("INFO removing {version} set {set} from chain {chain}");
|
||||
eprintln!("INFO removing {version} set {set} from chain {chain}");
|
||||
}
|
||||
|
||||
let command = match version {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue