commit 8e09aa5661fbbf1656c475523d47b99093461525
parent cdcafb8548c9ee54734f6c376253f9425d473ae4
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 28 Feb 2015 18:05:01 -0700
price_scraper: tweak wording
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/price_scraper.pl b/price_scraper.pl
@@ -124,7 +124,7 @@ for my $vendor (sort keys %{$cfg->{"vendors"}}) {
 		$price, time - $vendor_start, $desc);
 	$products_sth->execute($start, $part_num);
 
-	print "info: $vendor: db updated\n" if ($args{v});
+	print "info: $vendor: updated db\n" if ($args{v});
 }
 
 printf $log "%s %-10s %-20s [%s] (%i s)\n", $timestamp, $manufacturer,