Steve Dickson wrote: >>> + xlog(L_ERROR, "unable to set IPV6_V6ONLY: " >>> + "errno %d (%s)\n", errno, strerror(errno)); >> I'm still looking at the other patches, but I notice you could use %m >> here too. > I kinda like having both... the errno *and* the error string... > Ah... I see your point... sometimes '%m' is used and sometimes strerror() is used... I'll clean that up... and switch everything to strerror().... steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html