1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 17:15:40 -04:00

adding a slight debug message here, so that i can tell if its even matching

This commit is contained in:
Ryan Voots 2010-03-12 16:13:27 -05:00
parent 17f59678b0
commit 7fc837717d

View file

@ -352,7 +352,7 @@ sub _fact_substitute
}
else
{
return $pred;
return "O:".$pred;
}
}
}