Add missing variable to app auto URL debug statement.

This commit is contained in:
Roberto Rosario
2015-10-08 02:56:20 -04:00
parent 86ff835839
commit 89d15aa275

View File

@@ -57,7 +57,7 @@ class MayanAppConfig(apps.AppConfig):
)
),
except ImportError:
logger.debug('App %s doesn\'t have URLs define.')
logger.debug('App %s doesn\'t have URLs defined.', self.name)
class CommonApp(MayanAppConfig):