Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0A9AE195 for ; Sun, 3 Feb 2013 07:00:44 +0000 (UTC) Received: (qmail 47308 invoked by uid 500); 3 Feb 2013 07:00:44 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 47204 invoked by uid 500); 3 Feb 2013 07:00:44 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 47189 invoked by uid 99); 3 Feb 2013 07:00:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Feb 2013 07:00:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Feb 2013 07:00:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0E659238897F; Sun, 3 Feb 2013 07:00:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1441866 - /felix/site/trunk/lib/view.pm Date: Sun, 03 Feb 2013 07:00:23 -0000 To: commits@felix.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130203070024.0E659238897F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmeschbe Date: Sun Feb 3 07:00:23 2013 New Revision: 1441866 URL: http://svn.apache.org/viewvc?rev=1441866&view=rev Log: Print the name of the template being applied to which file during the conversion Modified: felix/site/trunk/lib/view.pm Modified: felix/site/trunk/lib/view.pm URL: http://svn.apache.org/viewvc/felix/site/trunk/lib/view.pm?rev=1441866&r1=1441865&r2=1441866&view=diff ============================================================================== --- felix/site/trunk/lib/view.pm (original) +++ felix/site/trunk/lib/view.pm Sun Feb 3 07:00:23 2013 @@ -35,6 +35,8 @@ sub single_narrative { $args{breadcrumbs} = breadcrumbs($args{path}); $args{svninfo} = svninfo($file); + print STDOUT "Applying template $template to $file\n"; + read_text_file $file, \%args; $args{refs} = {};