summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-02-16 01:01:38 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:23 -0400
commit4aea9709bb25a3be567ad8c25cdd4458e813a10f (patch)
treeab9f540eb655848acc8f324afe171775affe2f39 /config.cc
parent17e872689ead6d2250af3997c3944b081b4ad9ef (diff)
downloadledger-4aea9709bb25a3be567ad8c25cdd4458e813a10f.tar.gz
ledger-4aea9709bb25a3be567ad8c25cdd4458e813a10f.tar.bz2
ledger-4aea9709bb25a3be567ad8c25cdd4458e813a10f.zip
Made several changes to the parsing infrastructure to allow passing
the "config_t" object around. This is needed for parsing option settings in the initialization file.
Diffstat (limited to 'config.cc')
-rw-r--r--config.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.cc b/config.cc
index 40294ad0..ac197fd3 100644
--- a/config.cc
+++ b/config.cc
@@ -988,6 +988,7 @@ OPT_BEGIN(total_data, "J") {
OPT_BEGIN(price_db, ":") {
config->price_db = optarg;
+ std::cerr << "Setting --price_db=" << optarg << std::endl;
} OPT_END(price_db);
OPT_BEGIN(price_exp, "Z:") {