added a missing newline, dunno why this message is displayed :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21250 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d445cb68d3
commit
b5f602a702
@ -3578,7 +3578,7 @@ create_vnode(struct vnode *directory, const char *name, int openMode, int perms,
|
||||
mutex_unlock(&sVnodeMutex);
|
||||
|
||||
if (vnode == NULL) {
|
||||
dprintf("vfs: fs_create() returned success but there is no vnode!");
|
||||
dprintf("vfs: fs_create() returned success but there is no vnode!\n");
|
||||
return EINVAL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user