aboutsummaryrefslogtreecommitdiffstats
path: root/libconfig/jmccrohan-example.c
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-10-13 02:00:41 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2011-10-13 02:00:41 +0100
commite60a7cc135af7ee738d67ecc7bd02ce18963ace6 (patch)
treec6e8ee2ea6fe37547c7aeb68bbcd96f7c20b2fbb /libconfig/jmccrohan-example.c
parent6cfbf2dee130cc36a72d57adea0e9c04bb31f620 (diff)
downloadverteco-e60a7cc135af7ee738d67ecc7bd02ce18963ace6.tar.gz
Integrate libmodbus and libconfig
Diffstat (limited to 'libconfig/jmccrohan-example.c')
-rw-r--r--libconfig/jmccrohan-example.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libconfig/jmccrohan-example.c b/libconfig/jmccrohan-example.c
index 1dbb6da..73fd3e8 100644
--- a/libconfig/jmccrohan-example.c
+++ b/libconfig/jmccrohan-example.c
@@ -14,6 +14,8 @@ int main(int argc, char **argv)
config_init(&cfg);
+fprintf(stderr, "__FILE__");
+
/* Read the file. If there is an error, report it and exit. */
if(! config_read_file(&cfg, "CONFIG_FILE"))
{