Fixed build with debug output enabled.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10860 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3935,7 +3935,7 @@ query_open(dev_t device, const char *query, uint32 flags,
|
|||||||
fs_cookie cookie;
|
fs_cookie cookie;
|
||||||
status_t status;
|
status_t status;
|
||||||
|
|
||||||
FUNCTION(("query_open(device = %ld, query = \"%s\", kernel = %d)\n", mountID, query, kernel));
|
FUNCTION(("query_open(device = %ld, query = \"%s\", kernel = %d)\n", device, query, kernel));
|
||||||
|
|
||||||
mount = get_mount(device);
|
mount = get_mount(device);
|
||||||
if (mount == NULL)
|
if (mount == NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user