[Thread Prev][Thread Next][Thread Index]

Re: SyncMemo



Carl Baker <carl.baker@xxxxxxx> writes:
> I think I was confused twice - I think it was a different conduit that
> had a way to change verbosity.

  If you're thinking of SyncPlan, I've enclosed the patch.

  Thanks for the idea of commenting out the "Matching" lines in
  SyncAB.pm--although I still like to see the other lines since SyncAB
  is all too eager to duplicate records. The user shouldn't have to
  edit code to make these changes however...

Index: SyncPlan.pm
===================================================================
diff -u -r1.1 -r1.2
--- SyncPlan.pm 1999/06/29 18:50:24     1.1
+++ SyncPlan.pm 1999/07/06 17:25:48     1.2
@@ -27,7 +27,7 @@
     %dbname, %sawName);
 my ($slowsync, $file, $pilotname, $maxseed, $netplanversion);
 
-my $VERBOSE = 1;       # print out record-by-record info about sync
+my $VERBOSE = 0;       # print out record-by-record info about sync
 my $DEBUG = 0;         # print debug output
 
 sub DatePlanToPerl
-- 
Bill Wohler <wohler@xxxxxxxx>
Say it with MIME.  Maintainer of comp.mail.mh and news.software.nn FAQs.
If you're passed on the right, you're in the wrong lane.
------------------------------------------------------------------------
***********************************************************
*             This is a public mailing list!              *
* Please do not publish Sun proprietary information here! *
*        -  -  -  -  -  -  -  -  -  -  -  -  -  -         *
*             http://www.moshpit.org/pilotmgr             *
***********************************************************


SourceForge.net Logo