ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.63 by root, Fri Sep 8 17:41:41 2006 UTC vs.
Revision 1.64 by root, Sun Sep 10 00:51:24 2006 UTC

353 for (@$callbacks) { 353 for (@$callbacks) {
354 eval { &{$_->[1]} }; 354 eval { &{$_->[1]} };
355 355
356 if ($@) { 356 if ($@) {
357 warn "$@"; 357 warn "$@";
358 warn "... while processing $EVENT[$event][0] event, skipping processing altogether.\n"; 358 warn "... while processing $EVENT[$event][0](@_) event, skipping processing altogether.\n";
359 override; 359 override;
360 } 360 }
361 361
362 return 1 if $override; 362 return 1 if $override;
363 } 363 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines