Fix typo
Change-Id: I4f96972255ca99debd53d4302073d1823cc27492
This commit is contained in:
parent
a9b3215aea
commit
dbe269df9c
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ void SAL_CALL osl_closePipe( oslPipe pPipe )
|
|||
int fd = socket(AF_UNIX, SOCK_STREAM, 0);
|
||||
if ( fd < 0 )
|
||||
{
|
||||
SAL_WARN("osl.pipe" "socket() failed: " << strerror(errno));
|
||||
SAL_WARN("osl.pipe", "socket() failed: " << strerror(errno));
|
||||
return;
|
||||
}
|
||||
memset(&addr, 0, sizeof(addr));
|
||||
|
|
Loading…
Reference in a new issue