diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 14:53:51 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 14:53:51 +0200 |
commit | 608c766dc110493b952a615c3eb82c3cf3ed8b90 (patch) | |
tree | 6799da2bc886bcf9b671b094d8f9a0c04a012986 /apt-pkg/init.cc | |
parent | 8da1f029b7544202da68100b22a2901809bf07af (diff) |
* apt-pkg/init.cc:
- init Dir::Log::Terminal
* apt-pkg/deb/dpkgpm.cc:
- only work with term_out if it is not NULL
Diffstat (limited to 'apt-pkg/init.cc')
-rw-r--r-- | apt-pkg/init.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc index 2617603ec..cc3c1f01c 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -77,7 +77,7 @@ bool pkgInitConfig(Configuration &Cnf) // State Cnf.Set("Dir::Log","var/log/apt"); - Cnf.Set("Dir::Log::Name","term.log"); + Cnf.Set("Dir::Log::Terminal","term.log"); bool Res = true; |