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

View file

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