pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 97e1a0947aa2f4c2e6bd8d73011afdd1db4b9a9c
parent 25aadd4f619d6a8960c630a09cd7e8479f6dafb9
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 15 Mar 2015 22:08:09 -0600

PriceChart: put info msg under verbose

Diffstat:
MPriceChart.pm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PriceChart.pm b/PriceChart.pm @@ -115,7 +115,7 @@ sub get_log unless (-d substr($log_path, 0, rindex($log_path, '/'))) { mkdir $log_path or die "couldn't mkdir $log_path: $!" ; } - print "info: get_log: opening $log_path\n"; + print "info: get_log: opening $log_path\n" if ($args{v}); open my $log, ">>", $log_path or die "can't open $log_path: $!"; if ($verbose) {