git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16985 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-04-03 15:43:00 +00:00
parent f203ff709b
commit 01aa08639d
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ NodeManager::UnregisterNode(media_addon_id *addonid, int32 *flavorid, media_node
TRACE("NodeManager::UnregisterNode enter: node %ld, team %ld\n", nodeid, team); TRACE("NodeManager::UnregisterNode enter: node %ld, team %ld\n", nodeid, team);
b = fRegisteredNodeMap->Get(nodeid, &rn); b = fRegisteredNodeMap->Get(nodeid, &rn);
if (!b) { if (!b) {
ERROR("NodeManager::UnregisterNode: couldn't finde node %ld (team %ld)\n", nodeid, team); ERROR("NodeManager::UnregisterNode: couldn't find node %ld (team %ld)\n", nodeid, team);
return B_ERROR; return B_ERROR;
} }
if (rn->team != team) { if (rn->team != team) {