]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/python/location-exporter.in
location-exporter: Fix incorrect logger name
[people/ms/libloc.git] / src / python / location-exporter.in
index 2c5e91532460310fd0cd701597d9bfbee92da70a..b2c0dcc01556966205787701d90a41949e228845 100644 (file)
@@ -31,7 +31,7 @@ import sys
 import location
 
 def setup_logging(level=logging.INFO):
-       l = logging.getLogger("location-downloader")
+       l = logging.getLogger("location-exporter")
        l.setLevel(level)
 
        # Log to console