diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ManaTools/Shared/disk_backend/Part.pm | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/ManaTools/Shared/disk_backend/Part.pm b/lib/ManaTools/Shared/disk_backend/Part.pm index ec016cc7..7c39d201 100644 --- a/lib/ManaTools/Shared/disk_backend/Part.pm +++ b/lib/ManaTools/Shared/disk_backend/Part.pm @@ -531,9 +531,11 @@ sub trychild {          # use the identification function          if (!defined $identify || $identify->($child, $parameters)) { +            $self->plugin->D('%s: checked identify of child %s', $self, $child);              # if it's the state we're looking for, just return it              return $child if ($child->is_state($partstate)); +            $self->plugin->D('%s: checked state of child %s', $self, $child);              # assign a link to the others, in case we'll need to create it              # this way, it'll be already linked to the others | 
