X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FFactoids%2FQuestion.pl;fp=src%2FFactoids%2FQuestion.pl;h=ec5225339515411dfe9b0b7131939319a8a085b7;hb=6f2b2eb1577ca80690a05732b3384f17fe4e34dc;hp=44a50ec462d9d796bf0d75d5920402dc7a38ce0e;hpb=9995a3748111425fcf205550d1ede9a911b08cb3;p=infobot.git diff --git a/src/Factoids/Question.pl b/src/Factoids/Question.pl index 44a50ec..ec52253 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.