Minor debug tidyup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6420 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-04-05 08:05:45 +00:00
parent 1410da0661
commit 32e0b8b74f

View file

@ -1782,7 +1782,10 @@ handle_request(int desc)
{
fprintf(stderr, "request type '%c' from chan %d", type, desc);
}
fprintf(stderr, " - name: '%.*s' port: %ld\n", size, buf, port);
if (type != GDO_PROBE && type != GDO_PREPLY)
{
fprintf(stderr, " - name: '%.*s' port: %ld\n", size, buf, port);
}
}
if (ptype != GDO_TCP_GDO && ptype != GDO_TCP_FOREIGN &&