[pim] Move encoded source address length check to pim_parse_addr_source
diff --git a/pimd/pim_igmp.c b/pimd/pim_igmp.c
index b8f2581..82db37f 100644
--- a/pimd/pim_igmp.c
+++ b/pimd/pim_igmp.c
@@ -392,7 +392,7 @@
/* this is a general query */
/* log that general query should have the s_flag set */
- zlog_warn("General IGMP query v%d from %s on %s: Router-Side Processing flag is clear",
+ zlog_warn("General IGMP query v%d from %s on %s: Suppress Router-Side Processing flag is clear",
query_version, from_str, ifp->name);
}
else {