diff src/readpst.c @ 168:c1a2fd06ffe6 stable-0-6-34

prep for fedora build
author Carl Byington <carl@five-ten-sg.com>
date Thu, 19 Mar 2009 16:32:17 -0700
parents 40e9de445038
children 6c1e75bc4cac
line wrap: on
line diff
--- a/src/readpst.c	Wed Mar 18 22:31:18 2009 -0700
+++ b/src/readpst.c	Thu Mar 19 16:32:17 2009 -0700
@@ -1669,8 +1669,8 @@
 {
     DEBUG_MAIN(("main: processed item count for folder %s is %i, skipped %i, total %i \n",
                 f->dname, f->item_count, f->skip_count, f->stored_count));
-    if (output_mode != OUTPUT_QUIET)
-        printf("\t\"%s\" - %i items done.\n", f->dname, f->item_count);
+    if (output_mode != OUTPUT_QUIET) printf("\t\"%s\" - %i items done, %i items skipped.\n",
+                                            f->dname, f->item_count, f->skip_count);
     if (f->output) fclose(f->output);
     free(f->name);
     free(f->dname);