* 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user