mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6421 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
32e0b8b74f
commit
718fbfc5c4
1 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue