1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

clvmd: add missing debug newline

Just missing new line.
This commit is contained in:
Zdenek Kabelac 2013-09-12 10:33:51 +02:00
parent b8ea27ac97
commit 7b5f2e7f34

View File

@ -256,7 +256,7 @@ static int hold_lock(char *resource, int mode, int flags)
}
if ((lvi->lock_mode == LCK_EXCL) && (mode == LCK_WRITE)) {
DEBUGLOG("hold_lock, lock already held LCK_EXCL, "
"ignoring LCK_WRITE request");
"ignoring LCK_WRITE request\n");
return 0;
}
}