readconfig(): Add file name to verbose output.
authorThomas Hochstein <thh@inter.net>
Wed, 14 Apr 2010 07:38:23 +0000 (09:38 +0200)
committerThomas Hochstein <thh@inter.net>
Wed, 14 Apr 2010 07:38:23 +0000 (09:38 +0200)
Signed-off-by: Thomas Hochstein <thh@inter.net>
yapfaq.pl

index 816f195..9819864 100644 (file)
--- a/yapfaq.pl
+++ b/yapfaq.pl
@@ -166,7 +166,7 @@ sub readconfig{
   my ($File, $Config, $Faq) = @_;
   my ($LastEntry, $Error, $i) = ('','',0);
 
   my ($File, $Config, $Faq) = @_;
   my ($LastEntry, $Error, $i) = ('','',0);
 
-  print "Reading configuration.\n" if($Options{'v'});
+  print "Reading configuration from $$File.\n" if($Options{'v'});
 
   open FH, "<$$File" or die "$0: E: Can't open $$File: $!";
   while (<FH>) {
 
   open FH, "<$$File" or die "$0: E: Can't open $$File: $!";
   while (<FH>) {
This page took 0.012014 seconds and 4 git commands to generate.