Add a few more status prints to the commands
This commit is contained in:
@@ -176,6 +176,8 @@ async fn drop_users(
|
||||
eprintln!("{}", e);
|
||||
eprintln!("Skipping...");
|
||||
result = CommandStatus::PartiallySuccessfullyModified;
|
||||
} else {
|
||||
println!("User '{}' dropped.", username);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -336,4 +338,4 @@ async fn unlock_users(
|
||||
}
|
||||
|
||||
Ok(result)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user