summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewGtk.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 12:47:54 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 12:47:54 +0100
commit165cd00f59347de8f1c46643c782e1d7d65b58a0 (patch)
tree24805e11ebe6b5f8cab4dd78343feacdb5e69718 /DistUpgrade/DistUpgradeViewGtk.py
parentd857aea25af73d85af83c60d88cf2f73f4402c15 (diff)
parent0e06105183cd1757ce4369bc778ece8363330fbf (diff)
downloadpython-apt-165cd00f59347de8f1c46643c782e1d7d65b58a0.tar.gz
* cherry picked from the main tree
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index 9bd55d24..3697a49e 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -235,7 +235,7 @@ class DistUpgradeViewGtk(DistUpgradeView,SimpleGladeApp):
self._term.set_font_from_string("monospace 10")
self._term.connect("contents-changed", self._term_content_changed)
self._terminal_lines = []
- self._terminal_log = open(os.path.expanduser("~/dist-upgrade-term.log"),"w")
+ self._terminal_log = open("/var/log/dist-upgrade-term.log","w")
return self._term
def _term_content_changed(self, term):
" called when the *visible* part of the terminal changes "