[Bps-public-commit] Prophet branch, master, updated. 32408431194e3c5041db8261358f18022e957e7f

jesse jesse at bestpractical.com
Mon Apr 20 07:19:14 EDT 2009


The branch, master has been updated
       via  32408431194e3c5041db8261358f18022e957e7f (commit)
       via  b59030c5caaf2fcb51d3c1ac6d228c7d389a5bb8 (commit)
      from  5ec0c626c0880da315149b9d28e6ab426df98be0 (commit)

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

- Log -----------------------------------------------------------------
commit b59030c5caaf2fcb51d3c1ac6d228c7d389a5bb8
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Apr 20 16:52:54 2009 +0800

    Quiet down a bit of debug logging

diff --git a/lib/Prophet/FilesystemReplica.pm b/lib/Prophet/FilesystemReplica.pm
index faf9ce0..3e535be 100644
--- a/lib/Prophet/FilesystemReplica.pm
+++ b/lib/Prophet/FilesystemReplica.pm
@@ -206,7 +206,6 @@ sub _changeset_index_entry {
     my $index_record = substr( $$chgidx, ( $rev - 1 ) * CHG_RECORD_SIZE, CHG_RECORD_SIZE );
     my ( $seq, $orig_uuid, $orig_seq, $key ) = unpack( 'Na16NH40', $index_record );
 
-    $self->log_debug( join( ",", ( $seq, $orig_uuid, $orig_seq, $key ) ) );
     $orig_uuid = Data::UUID->new->to_string($orig_uuid);
     $self->log_debug( "REV: $rev - seq $seq - originally $orig_seq from "
             . substr( $orig_uuid, 0, 6 )
diff --git a/lib/Prophet/Replica.pm b/lib/Prophet/Replica.pm
index 10f2cd0..4ae4ac6 100644
--- a/lib/Prophet/Replica.pm
+++ b/lib/Prophet/Replica.pm
@@ -1022,7 +1022,7 @@ sub log {
 sub log_debug { 
     my $self = shift;
     my $msg = shift;
-    $self->app_handle->log_debug($self->display_name_for_uuid." (".$self->url." )".": " .$msg);
+    $self->app_handle->log_debug($self->display_name_for_uuid.": " .$msg);
 }
 
 =head2 log_fatal $MSG

commit 32408431194e3c5041db8261358f18022e957e7f
Merge: b59030c... 5ec0c62...
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Apr 20 19:18:46 2009 +0800

    Merge branch 'master' of fsck.com:/git/prophet


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



More information about the Bps-public-commit mailing list