diff --git a/test/run_neighbor_explorer.cxx b/test/run_neighbor_explorer.cxx index 9e2d0436e..770bf1956 100644 --- a/test/run_neighbor_explorer.cxx +++ b/test/run_neighbor_explorer.cxx @@ -80,6 +80,12 @@ try { neighbor.Init(loop, listener); neighbor.Open(); + /* dump initial list */ + + for (const auto &info : neighbor.GetList()) + printf("have '%s' (%s)\n", + info.display_name.c_str(), info.uri.c_str()); + /* run */ loop.Run();