mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-01-23 14:59:21 -06:00
fix: Rename dump_connections_to_log to log_all_connections
This commit is contained in:
@@ -207,7 +207,7 @@ impl App {
|
||||
}
|
||||
KeyCode::Char('d') if key.modifiers.contains(KeyModifiers::CONTROL) => { // Ctrl + d
|
||||
self.test_method(); // Call the new test method
|
||||
self.dump_connections_to_log();
|
||||
self.log_all_connections(); // Renamed method call
|
||||
None
|
||||
}
|
||||
KeyCode::Char('d') => {
|
||||
|
||||
Reference in New Issue
Block a user