diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 15:02:26 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 15:02:26 +0200 |
commit | a176a0794da2ffb2025076c0ec0e9e6750a560a6 (patch) | |
tree | 6193ef426c41a195aacca040a3e0c70226b4f63b /apt-pkg/init.cc | |
parent | b3aac1bb35d4f8e11ffc45462f450632de9a571f (diff) | |
parent | 608c766dc110493b952a615c3eb82c3cf3ed8b90 (diff) |
* merged from dpkg-log
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 d68ec71ef..73b3c83de 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -72,7 +72,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; |