File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -112,18 +112,16 @@ namespace mamba::specs
112112 // prepare_mirrors(all_urls);
113113 // m_mirror_urls = std::move(all_urls);
114114
115- std::cout << " ADDING MIRRORS TO " << this ->id () << std::endl;
116115 auto all_mirrors = additional_mirrors;
117116 for (const auto & url : m_mirror_urls)
118117 {
119- std::cout << " + " << url.str () << std::endl;
120118 all_mirrors.push_back (url);
121119 }
122120
123- std::cout << " ALL MIRRORS FOR " << this ->id () << std::endl;
121+ std::cout << " \n ALL MIRRORS FOR " << this ->id () << std::endl;
124122 for (const auto & url : all_mirrors)
125123 {
126- std::cout << " + " << url.str () << std::endl;
124+ std::cout << " " << url.str () << std::endl;
127125 }
128126
129127 prepare_mirrors (all_mirrors);
You can’t perform that action at this time.
0 commit comments