From 8a49ce7dd2b628291e6eef8a826308ddbe4f0520 Mon Sep 17 00:00:00 2001 From: "Nate House nathan.house@rackspace.com" <> Date: Tue, 28 Jan 2014 15:04:22 -0600 Subject: Updated exclude modules for gentoo distro. --- cloudinit/distros/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit/distros/__init__.py') diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py index 674c7293..e364080f 100644 --- a/cloudinit/distros/__init__.py +++ b/cloudinit/distros/__init__.py @@ -64,7 +64,7 @@ class Distro(object): def is_excluded(self, name): if name in self.exclude_modules: distro = getattr(self, name, None) or getattr(self, 'osfamily') - LOG.debug(("Skipping module named %s, distro excluded"), name, + LOG.debug(("Skipping module named %s, distro %s excluded"), name, distro) return True -- cgit v1.2.3