projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e9b054
)
add missing value to debug message
author
djfiander
<djfiander>
Sat, 27 May 2006 11:30:52 +0000
(11:30 +0000)
committer
djfiander
<djfiander>
Sat, 27 May 2006 11:30:52 +0000
(11:30 +0000)
ILS/Patron.pm
patch
|
blob
|
history
diff --git
a/ILS/Patron.pm
b/ILS/Patron.pm
index
4538415
..
086d405
100644
(file)
--- a/
ILS/Patron.pm
+++ b/
ILS/Patron.pm
@@
-332,9
+332,9
@@
sub enable {
$self->{$field} = 1;
}
- syslog("DEBUG", "Patron(%s)->enable: charge: %s, renew:%s, recall:%s",
+ syslog("DEBUG", "Patron(%s)->enable: charge: %s, renew:%s, recall:%s
, hold:%s
",
$self->{id}, $self->{charge_ok}, $self->{renew_ok},
- $self->{recall_ok});
+ $self->{recall_ok}
, $self->{hold_ok}
);
$self->{screen_msg} = "All privileges restored.";