summaryrefslogtreecommitdiffstats
path: root/deluge/log.py
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2007-09-14 11:45:42 +0000
committerAndrew Resch <andrewresch@gmail.com>2007-09-14 11:45:42 +0000
commit4691dcbaa2c6c1f6622772e2aa572878d56b8afb (patch)
treeb943487a5a0212d233da958dd466b713ae43e2c6 /deluge/log.py
parenta46610a04ac499636ccd201a8402effd0e8c0356 (diff)
downloaddeluge-4691dcbaa2c6c1f6622772e2aa572878d56b8afb.tar.gz
deluge-4691dcbaa2c6c1f6622772e2aa572878d56b8afb.tar.bz2
deluge-4691dcbaa2c6c1f6622772e2aa572878d56b8afb.zip
Preferences dialog now sets core configuration options.
Diffstat (limited to 'deluge/log.py')
-rw-r--r--deluge/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/log.py b/deluge/log.py
index 09324bda3..a126aace3 100644
--- a/deluge/log.py
+++ b/deluge/log.py
@@ -38,7 +38,7 @@ import logging
# Setup the logger
logging.basicConfig(
level=logging.DEBUG,
- format="[%(levelname)-8s] %(name)s:%(module)s:%(lineno)d %(message)s"
+ format="[%(levelname)-8s] %(module)s:%(lineno)d %(message)s"
)
# Get the logger