1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-23 02:05:07 +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 fefa8e9b4d
commit 94b2e29cb1

View File

@ -243,7 +243,7 @@ static int do_resume_lv(char *resource)
/* Is it open ? */
oldmode = get_current_lock(resource);
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 */
}