From 4192a461586b7476d9a14b49524c6573bbc31fc5 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 10 Oct 2008 12:12:45 +0200 Subject: [PATCH] Let mailbot output ID in the log --- scripts/mailbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mailbot b/scripts/mailbot index 1cbd2e0..87797ba 100755 --- a/scripts/mailbot +++ b/scripts/mailbot @@ -43,7 +43,7 @@ sub getAuthor( $ ) { my( $mail ) = @_; $hasAuth->execute( $mail ); if( my( $id ) = $hasAuth->fetchrow_array ) { - tlog( "mailbot: Active user ($mail) id: $nid" ); + tlog( "mailbot: Active user ($mail) id: $id" ); return $id; } else { tlog( "mailbot: Creating user $mail" ); -- 2.39.2