diff --git a/aprsd_telegram_plugin/telegram.py b/aprsd_telegram_plugin/telegram.py
index ba973e7..b398e69 100644
--- a/aprsd_telegram_plugin/telegram.py
+++ b/aprsd_telegram_plugin/telegram.py
@@ -92,7 +92,7 @@ class TelegramChatPlugin(plugin.APRSDRegexCommandPluginBase):
         self.enabled = True
         # Do some checks here?
         if not CONF.aprsd_telegram_plugin.apiKey:
-            LOG.error(f"Failed to find config telegram:apiKey {ex}")
+            LOG.error(f"Failed to find config telegram:apiKey")
             self.enabled = False
             return