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

jesse jesse at bestpractical.com
Fri Feb 20 11:55:06 EST 2009


The branch, master has been updated
       via  baedb85c6039a9ae1d814539491251741214c1fb (commit)
      from  86f879f2a2fbb0b221759fa49dc21391dc71e53b (commit)

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

- Log -----------------------------------------------------------------
commit baedb85c6039a9ae1d814539491251741214c1fb
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Fri Feb 20 11:54:53 2009 -0500

    Remove useless junk from log messages

diff --git a/lib/Prophet/ForeignReplica.pm b/lib/Prophet/ForeignReplica.pm
index 1f551e0..1079b4b 100644
--- a/lib/Prophet/ForeignReplica.pm
+++ b/lib/Prophet/ForeignReplica.pm
@@ -123,7 +123,7 @@ sub log {
     my $self = shift;
     my ($msg) = validate_pos(@_, 1);
     Carp::confess unless ($self->app_handle);
-    $self->app_handle->log($self->url." (".$self->scheme.":".$self->url." )".": " .$msg);
+    $self->app_handle->log($self->url.": " .$msg);
 }
 
 

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



More information about the Bps-public-commit mailing list