git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33505 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2009-10-10 21:14:06 +00:00
parent 0986056934
commit 101da8e486
+1 -1
View File
@@ -54,7 +54,7 @@ PortPool::GetPort()
}
Unlock();
if (port < 0)
debugger("wrong port int PortPool::GetPort()\n");
debugger("wrong port in PortPool::GetPort()\n");
return port;
}