equal
deleted
inserted
replaced
88 dependenciesIt != missing.end(); |
88 dependenciesIt != missing.end(); |
89 ++dependenciesIt) |
89 ++dependenciesIt) |
90 { |
90 { |
91 if (!dependenciesIt->second.empty()) |
91 if (!dependenciesIt->second.empty()) |
92 { |
92 { |
93 LERROR(L"Package " << dependenciesIt->first << L" requires:"); |
93 LERROR(L"Package " << dependenciesIt->first.c_str() << L" requires:"); |
94 for (std::vector<SisRegistryDependency>::const_iterator dependantsIt = dependenciesIt->second.begin(); |
94 for (std::vector<SisRegistryDependency>::const_iterator dependantsIt = dependenciesIt->second.begin(); |
95 dependantsIt != dependenciesIt->second.end() ; |
95 dependantsIt != dependenciesIt->second.end() ; |
96 ++dependantsIt) |
96 ++dependantsIt) |
97 { |
97 { |
98 LERROR(L"\t" << *dependantsIt); |
98 LERROR(L"\t" << *dependantsIt); |