diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2010-07-19 18:09:31 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2010-07-19 18:09:31 +0200 |
| commit | f81a4d4628a7b9cd27293ade19ae6649b4a55e45 (patch) | |
| tree | f53a54933a52b155a3df0614c5bace84aef7492f /src/cgg.c | |
| parent | d9dd375a6d6090274fde3d57b30788195f48755a (diff) | |
| download | cataract-f81a4d4628a7b9cd27293ade19ae6649b4a55e45.tar.xz | |
Silence error messages when searching for setup file
Also print the setup file path in verbose mode.
Diffstat (limited to 'src/cgg.c')
| -rw-r--r-- | src/cgg.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |
