[Libreoffice-commits] core.git: sal/osl
Tor Lillqvist
tml at collabora.com
Tue Feb 3 02:54:30 PST 2015
sal/osl/unx/pipe.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dbe269df9c7d48b59c42b1a2c246d6dbc4b77dc6
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Feb 3 11:52:54 2015 +0100
Fix typo
Change-Id: I4f96972255ca99debd53d4302073d1823cc27492
diff --git a/sal/osl/unx/pipe.cxx b/sal/osl/unx/pipe.cxx
index f390c7c..2216380 100644
--- a/sal/osl/unx/pipe.cxx
+++ b/sal/osl/unx/pipe.cxx
@@ -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));
More information about the Libreoffice-commits
mailing list