From cec442ca4e1fa5beed80581d0620b3059bfd15d9 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Mon, 4 May 2015 11:33:20 -0400 Subject: [PATCH] Fixed mongodb spelling in log message --- awx/fact/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/fact/__init__.py b/awx/fact/__init__.py index 4a1c5e3313..f9d5796ca2 100644 --- a/awx/fact/__init__.py +++ b/awx/fact/__init__.py @@ -17,4 +17,4 @@ try: connect(settings.MONGO_DB) register_key_transform(get_db()) except ConnectionError: - logger.warn('Failed to establish connect to MongDB "%s"' % (settings.MONGO_DB)) + logger.warn('Failed to establish connect to MongoDB "%s"' % (settings.MONGO_DB))