diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-11 15:43:15 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-11 15:43:15 +0200 |
| commit | 9c2c964727e4a484acf7f97267a3cf1c8fbacd89 (patch) | |
| tree | 261f5ffe6954aaecb2f7ad29edfa459ae0971148 /src/setup.c | |
| parent | 6a54c7817bb71fde9234e7b89e87f1f349920ea1 (diff) | |
| download | cataract-9c2c964727e4a484acf7f97267a3cf1c8fbacd89.tar.xz | |
Print statistics in verbose mode
Diffstat (limited to 'src/setup.c')
| -rw-r--r-- | src/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.c b/src/setup.c index d07e6ab..3ff9cb8 100644 --- a/src/setup.c +++ b/src/setup.c @@ -245,7 +245,7 @@ find_templates_directory (TGallerySetup *setup) return pth; } - fprintf (stderr, "Couldn't find proper templates directory (tried '%s')\n", setup->templates_path); + log_error ("Couldn't find proper templates directory (tried '%s')\n", setup->templates_path); return NULL; } |
