]> git.donarmstrong.com Git - infobot.git/commitdiff
add missing )
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 9 Mar 2014 04:38:15 +0000 (04:38 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 9 Mar 2014 04:38:15 +0000 (04:38 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1941 c11ca15a-4712-0410-83d8-924469b57eb5

src/Factoids/Question.pl

index ec5225339515411dfe9b0b7131939319a8a085b7..e4e35c11e91bccd0990123ada88cffa21ef616b9 100644 (file)
@@ -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.