[Thread Prev][Thread Next][Thread Index]
Re: SyncMemo
- To: Carl Baker <carl.baker@xxxxxxx>
- Subject: Re: SyncMemo
- From: Bill Wohler <wohler@xxxxxxxx>
- Date: 03 Nov 1999 09:44:03 -0800
- Cc: pilotmgr@xxxxxxxxxxxxxxxxxxxx
- In-reply-to: Carl Baker's message of "Wed, 03 Nov 1999 08:56:15 -0800"
- References: <199911030259.SAA13456@moshpit.EBay.Sun.COM> <3820692F.F7C7FC4@pnl.gov>
- Sender: owner-pilotmgr
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 *
***********************************************************