pricecharts

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

commit 435b47c482f7bc5bd9674c296a844f7c0c7a60a8
parent 2e60353ccd22268458ef88783e7929c65e39c26b
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 24 Oct 2014 01:14:16 -0600

gen_svg: no plural on log name

Diffstat:
Mgen_svg.pl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen_svg.pl b/gen_svg.pl @@ -10,7 +10,7 @@ use shared; my $cfg = get_config(); my $dbh = get_dbh($cfg); -my $log = get_log($cfg, "pricecharts_gen_svg"); +my $log = get_log($cfg, "pricechart_gen_svg"); print $log strftime "%b %e %Y %H:%M ", localtime;