From e3f196ec3b0278acf9601baeae997ab8218e7926 Mon Sep 17 00:00:00 2001 From: Dan Boger Date: Tue, 11 Aug 2009 10:16:24 -0700 Subject: [PATCH] Add debugging info for reply poll --- twirssi.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/twirssi.pl b/twirssi.pl index aca557c..a52823f 100644 --- a/twirssi.pl +++ b/twirssi.pl @@ -910,7 +910,9 @@ sub do_updates { printf $fh "id:%u account:%s type:last_id timeline\n", $new_poll_id, $username; - print scalar localtime, " - Polling for replies" if &debug; + print scalar localtime, " - Polling for replies since ", + $id_map{__last_id}{$username}{reply} + if &debug; $new_poll_id = 0; eval { if ( $id_map{__last_id}{$username}{reply} ) -- 2.30.2