Added B_BAD_TEAM_ID to known error codes.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-08-09 23:25:02 +00:00
parent e867ec51af
commit 1007bf167d
+4
View File
@@ -156,6 +156,10 @@ status_t DecodeResult(status_t result) {
str = "B_BAD_ADDRESS";
break;
case B_BAD_TEAM_ID:
str = "B_BAD_TEAM_ID";
break;
// OS Errors
case B_BAD_PORT_ID:
str = "B_BAD_PORT_ID";