You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2013/02/03 08:00:23 UTC

svn commit: r1441866 - /felix/site/trunk/lib/view.pm

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} = {};