diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-11 09:19:21 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-11 09:19:21 +0200 |
commit | 680eec306fd943aa1320d5b10ef1a6689d0bb68f (patch) | |
tree | a672e426f3218f5767fed8dab65d8276c6cf8026 /apt-pkg/init.cc | |
parent | 9592bc54342c2c4580307fdc11c1845653e0a8cd (diff) | |
parent | a4cf3665915b79ef6dcafd9d1e12b722e0ee5342 (diff) |
* merged 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; |