hsa: cleanup sock server test

Type: refactor

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I769174f0023d00a59bc5a03cf0a05996b616742b
This commit is contained in:
Florin Coras
2020-10-16 17:57:36 -07:00
committed by Dave Barach
parent 123b5ebb98
commit 585c86ae8b
4 changed files with 264 additions and 383 deletions

View File

@ -112,7 +112,7 @@ typedef struct
if (ldp->debug > _lvl) \
{ \
int errno_saved = errno; \
fprintf (stderr, "ldp<%d>: " _fmt, getpid(), ##_args); \
fprintf (stderr, "ldp<%d>: " _fmt "\n", getpid(), ##_args); \
errno = errno_saved; \
}