cfs_lock: make it more clear that an error happened during not with the cfs-lock
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
779a6327ab
commit
41f32a17fc
1 changed files with 1 additions and 1 deletions
|
|
@ -614,7 +614,7 @@ my $cfs_lock = sub {
|
|||
$@ = $err;
|
||||
} else {
|
||||
# add lock info for plain errors
|
||||
$@ = "error with cfs lock '$lockid': $err";
|
||||
$@ = "error during cfs-locked '$lockid' operation: $err";
|
||||
}
|
||||
return undef;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue