From 6f2b2eb1577ca80690a05732b3384f17fe4e34dc Mon Sep 17 00:00:00 2001 From: dondelelcaro Date: Sun, 9 Mar 2014 04:37:44 +0000 Subject: [PATCH] fix extra ) git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1940 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Factoids/Question.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2