diff --git a/rare/lgndr/core.py b/rare/lgndr/core.py index 251267c7..03f6b739 100644 --- a/rare/lgndr/core.py +++ b/rare/lgndr/core.py @@ -31,7 +31,7 @@ class LegendaryCore(LegendaryCoreReal): def __init__(self, *args, **kwargs): super(LegendaryCore, self).__init__(*args, **kwargs) self.log.info("Using Rare's LegendaryCore monkey") - self.log.info("Using config in %s", self.lgd.path.replace(os.getlogin(), "")) + self.log.info("Using config in %s", self.lgd.path) self.handler = LgndrLogHandler(logging.CRITICAL) self.log.addHandler(self.handler)