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:
Ingo Weinhold 2005-01-19 01:07:30 +00:00
parent a225b6b9b6
commit ffb6ed34b3

View File

@ -3935,7 +3935,7 @@ query_open(dev_t device, const char *query, uint32 flags,
fs_cookie cookie;
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);
if (mount == NULL)