include perl error in warning about openid

it may be some other module missing, this way you can tell by reading the
log
master
Joey Hess 2008-09-23 12:59:43 -04:00
parent 7280d84c1c
commit a32c0ecd51
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ sub formbuilder_setup (@) { #{{{
# needing to depend on it.
eval q{use Net::OpenID::Consumer};
if ($@) {
debug("unable to load Net::OpenID::Consumer, not enabling OpenID login");
debug("unable to load Net::OpenID::Consumer, not enabling OpenID login ($@)");
return;
}