debugify a warn
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
851a693be4
commit
47dcabae82
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ if (scalar @newtags_keys) {
|
|||
$counts{$biblionumber}++;
|
||||
} else {
|
||||
push @errors, {failed_add_tag=>$clean_tag};
|
||||
warn "add_tag($biblionumber,$clean_tag,$loggedinuser...) returned bad result (" . (defined $result ? $result : 'UNDEF') .")";
|
||||
$debug and warn "add_tag($biblionumber,$clean_tag,$loggedinuser...) returned bad result (" . (defined $result ? $result : 'UNDEF') .")";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue