]> git.ipfire.org Git - location/libloc.git/commitdiff
location-exporter: Fix incorrect logger name
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 May 2020 08:53:25 +0000 (08:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 May 2020 08:53:25 +0000 (08:53 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
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