* Added a bit more debug output when enabled.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25780 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-06-03 13:30:45 +00:00
parent 557335a991
commit 8b07bbe108
@@ -1410,6 +1410,8 @@ device_node::_AddPath(Stack<KPath*>& stack, const char* basePath,
if (status == B_OK)
status = stack.Push(path);
TRACE((" add path: \"%s\", %ld\n", path->Path(), status));
if (status != B_OK)
delete path;