fix: Rename dump_connections_to_log to log_all_connections

This commit is contained in:
Marco Cadetg (aider)
2025-05-09 18:43:09 +02:00
parent cbd3a3427a
commit 7ffcf680a5

View File

@@ -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') => {