summaryrefslogtreecommitdiff
path: root/src/cgg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgg.c')
-rw-r--r--src/cgg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cgg.c b/src/cgg.c
index 5d6c9d4..5950825 100644
--- a/src/cgg.c
+++ b/src/cgg.c
@@ -164,8 +164,10 @@ main (int argc, char* argv[])
stats_images = 0;
/* Print banner */
- if (verbose)
+ if (verbose) {
printf ("cgg v%s [%s]\n\n", VERSION, APP_BUILD_DATE);
+ printf ("Using setup file \"%s\"\n", setup->setup_xml_path);
+ }
/* Start building the gallery tree */
setup->verbose = verbose;