fixed problem with warn callback
This commit is contained in:
parent
9c81262d07
commit
ccb0442ba5
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ push @excludes, readLines($webguiRoot."/sbin/preload.exclude");
|
|||
WebGUI::Pluggable::findAndLoad( "WebGUI",
|
||||
{
|
||||
exclude => \@excludes,
|
||||
onLoadFail => sub { warn 'Error loading %s: %s', @_ },
|
||||
onLoadFail => sub { warn sprintf 'Error loading %s: %s', @_ },
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue