summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-03-31 11:58:24 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-03-31 11:58:24 +0200
commite0a78caad639a3fa8d50edf3374a06805ab86315 (patch)
tree639350795620cbbbf878b4794042ba20fe8b64b9 /apt-pkg/algorithms.cc
parent41ceaf02483a826d5797cf0bd61bd7b6013733a8 (diff)
rename the 'universe' to 'scenario' to reflect the naming in the draft
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r--apt-pkg/algorithms.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc
index 35752a5c4..b55ff2897 100644
--- a/apt-pkg/algorithms.cc
+++ b/apt-pkg/algorithms.cc
@@ -742,8 +742,8 @@ bool pkgProblemResolver::Resolve(bool BrokenFix)
std::string const solver = _config->Find("APT::Solver::Name", "internal");
if (solver != "internal")
{
- FILE* output = fopen("/tmp/universe.log", "w");
- edspWriter::WriteUniverse(Cache, output);
+ FILE* output = fopen("/tmp/scenario.log", "w");
+ edspWriter::WriteScenario(Cache, output);
fclose(output);
output = fopen("/tmp/request.log", "w");
edspWriter::WriteRequest(Cache, output);