[Bps-public-commit] Prophet - A disconnected, replicated p2p database branch, master, updated. c6cb3cc8dca70fe47e270911a0c034f8ea689142

jesse jesse at bestpractical.com
Sat Feb 21 20:23:34 EST 2009


The branch, master has been updated
       via  c6cb3cc8dca70fe47e270911a0c034f8ea689142 (commit)
      from  686e831b95df4fabc719f0b3a00933773f8930ec (commit)

Summary of changes:
 lib/Prophet/Replica.pm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit c6cb3cc8dca70fe47e270911a0c034f8ea689142
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sat Feb 21 20:21:41 2009 -0500

    Quiet down some debugging logging

diff --git a/lib/Prophet/Replica.pm b/lib/Prophet/Replica.pm
index fd94352..f893171 100644
--- a/lib/Prophet/Replica.pm
+++ b/lib/Prophet/Replica.pm
@@ -384,7 +384,6 @@ sub has_seen_changeset {
         $self->log_debug("\t  - We have seen this or a more recent changeset from remote.");
         return 1;
     } else {
-        $self->log_debug("\t  - We have not.");
         return undef;
     }
 }
@@ -1019,7 +1018,7 @@ sub log {
 sub log_debug { 
     my $self = shift;
     my $msg = shift;
-    $self->app_handle->log_debug($self->display_name_for_uuid." (".$self->scheme.":".$self->url." )".": " .$msg);
+    $self->app_handle->log_debug($self->display_name_for_uuid." (".$self->url." )".": " .$msg);
 }
 
 =head2 log_fatal $MSG

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list