diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 14:56:41 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 14:56:41 +0200 |
commit | b7f9f8fc3c7dc452e457bfd8ba51b198b6c29960 (patch) | |
tree | df5a3a2c2398045898fccf45a56969eec0b8ca0d /apt-pkg/init.cc | |
parent | 4aaa50a3f7baace5119277674add9e28be32e6bd (diff) | |
parent | 608c766dc110493b952a615c3eb82c3cf3ed8b90 (diff) |
* merged from dpkg-log branch
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 0aff882b6..676b66d38 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -71,7 +71,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; |