Blame SOURCES/autofs-5.0.8-remove-stale-debug-message.patch

4d476f
autofs-5.0.8 - remove stale debug message
4d476f
4d476f
From: Ian Kent <raven@themaw.net>
4d476f
4d476f
4d476f
---
4d476f
 modules/parse_sun.c |    1 -
4d476f
 1 file changed, 1 deletion(-)
4d476f
4d476f
diff --git a/modules/parse_sun.c b/modules/parse_sun.c
4d476f
index 8e5c60c..6f0e3c9 100644
4d476f
--- a/modules/parse_sun.c
4d476f
+++ b/modules/parse_sun.c
4d476f
@@ -1397,7 +1397,6 @@ int parse_mount(struct autofs_point *ap, const char *name,
4d476f
 			if (!l) {
4d476f
 				if (!(strstr(myoptions, "fstype=autofs") &&
4d476f
 				      strstr(myoptions, "hosts"))) {
4d476f
-					error(LOGOPT_ANY, "I think I'm a hosts map? l %d", l);
4d476f
 					cache_delete_offset_list(mc, name);
4d476f
 					cache_multi_unlock(me);
4d476f
 					cache_unlock(mc);