New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log connection type to aid in IPv6 testing/verification #2046
Comments
CUPS.org User: mike Fixed in Subversion repository. |
"ipv6-logging.patch": Index: lpd.c--- lpd.c (revision 6044)
+#ifdef AF_INET6
+#ifdef AF_INET6
for (delay = 5;;)
fputs("STATE: -connecting-to-device\n", stderr);
+#ifdef AF_INET6
|
Version: 1.3-current
CUPS.org User: jlovell
It would be nice if the backends logged their connection type to aid in IPv6/IPv4 debugging/testing.
Attached patch does this...
It also adds $LIBOBJS to the clean target in the Makefile.
Thanks!
The text was updated successfully, but these errors were encountered: