From fd224474120843511dbc1b35b752932ba03cd6be Mon Sep 17 00:00:00 2001 From: dondelelcaro Date: Sun, 9 Mar 2014 04:38:15 +0000 Subject: [PATCH] add missing ) git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1941 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 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. -- 2.39.5