X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FFactoids%2FQuestion.pl;fp=src%2FFactoids%2FQuestion.pl;h=e4e35c11e91bccd0990123ada88cffa21ef616b9;hb=fd224474120843511dbc1b35b752932ba03cd6be;hp=ec5225339515411dfe9b0b7131939319a8a085b7;hpb=6f2b2eb1577ca80690a05732b3384f17fe4e34dc;p=infobot.git diff --git a/src/Factoids/Question.pl b/src/Factoids/Question.pl index ec52253..e4e35c1 100644 --- a/src/Factoids/Question.pl +++ b/src/Factoids/Question.pl @@ -216,7 +216,7 @@ sub factoidArgs { # my $delta_time = &timedelta($t); # &DEBUG("factArgs: delta_time = $delta_time s"); - &DEBUG("factArgs: list[.".scalar(@list)."] => ".join(',',map {qq('$_')} @list); + &DEBUG("factArgs: list[.".scalar(@list)."] => ".join(',',map {qq('$_')} @list)); # from a design perspective, it's better to have the regex in # the factoid key to reduce repetitive processing.