mirror of
https://github.com/znc/znc.git
synced 2026-06-23 19:42:02 +02:00
A bit more debug output on modperl
This commit is contained in:
@@ -165,6 +165,7 @@ public:
|
||||
if (SvTRUE(ERRSV)) {
|
||||
bSuccess = false;
|
||||
sRetMsg = PString(ERRSV);
|
||||
DEBUG("Perl ZNC::Core::GetModInfo died: " << sRetMsg);
|
||||
} else if (0 < ret) {
|
||||
switch(static_cast<ELoadPerlMod>(SvUV(ST(0)))) {
|
||||
case Perl_NotFound:
|
||||
|
||||
Reference in New Issue
Block a user