This commit is contained in:
Andrew Resch 2008-07-04 21:17:40 +00:00
parent 400e47aa80
commit 63bbe00eae
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def start_ui():
if options.config:
logfile = os.path.join(options.config, "deluge.log")
else:
logfile = deluge.common.get_config_dir("deluge.log")
logfile = deluge.common.get_default_config_dir("deluge.log")
sys.stdout = open(logfile, "wb")
sys.stderr = stdout