1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

- likely cut and paste error. Fix wrong function name in debug

output.
This commit is contained in:
Jonathan Earl Brassow 2006-10-24 18:49:31 +00:00
parent 4098f6282c
commit 56b7f2686e

View File

@ -243,7 +243,7 @@ static int do_resume_lv(char *resource)
/* Is it open ? */ /* Is it open ? */
oldmode = get_current_lock(resource); oldmode = get_current_lock(resource);
if (oldmode == -1) { if (oldmode == -1) {
DEBUGLOG("do_deactivate_lock, lock not already held\n"); DEBUGLOG("do_resume_lv, lock not already held\n");
return 0; /* We don't need to do anything */ return 0; /* We don't need to do anything */
} }