Add debug
This commit is contained in:
parent
f5ff3c83b3
commit
8170216edc
1 changed files with 1 additions and 0 deletions
|
@ -355,6 +355,7 @@ sub compute ($$$;$$$)
|
||||||
$value += $ids->{ $r };
|
$value += $ids->{ $r };
|
||||||
}
|
}
|
||||||
$ids->{ $ref } = $value if ($value);
|
$ids->{ $ref } = $value if ($value);
|
||||||
|
log DEBUG, "New globbing identifier caculated $ref: $value";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if ($@) {
|
if ($@) {
|
||||||
|
|
Reference in a new issue