Index: /trunk/Nebulous/lib/Nebulous/Client.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Client.pm	(revision 2894)
+++ /trunk/Nebulous/lib/Nebulous/Client.pm	(revision 2895)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Client.pm,v 1.8 2005-01-04 22:08:20 jhoblitt Exp $
+# $Id: Client.pm,v 1.9 2005-01-04 23:27:37 jhoblitt Exp $
 
 package PS::IPP::IData::Client;
@@ -70,5 +70,5 @@
     );
 
-    $log->debug( "entered - args: @{[ %args ]}" );
+    $log->debug( "entered - @_" );
 
     my $lite = SOAP::Lite->new(
@@ -110,5 +110,5 @@
     );
 
-    $log->debug( "entered - key: $key, params: @params" );
+    $log->debug( "entered - @_" );
 
     # how should already existing files be handled?
@@ -158,5 +158,5 @@
     );
 
-    $log->debug( "entered - key: $key, params: @params" );
+    $log->debug( "entered - @_" );
 
     my $response = $self->{ 'server' }->replicate_object( $key, @params );
@@ -216,5 +216,5 @@
     );
 
-    $log->debug( "entered - key: $key" );
+    $log->debug( "entered - @_" );
 
     # need some way to determine which is the best instance to remove
@@ -281,5 +281,5 @@
     my $endtime = time() + $timeout;
 
-    $log->debug( "entered - key: $key, type: $type, timeout: $timeout" );
+    $log->debug( "entered - @_" );
 
     my $locked;
@@ -333,5 +333,5 @@
     );
 
-    $log->debug( "entered - key: $key, type: $type" );
+    $log->debug( "entered - @_" );
 
     my $unlocked;
@@ -373,5 +373,5 @@
     );
 
-    $log->debug( "entered - key: $key" );
+    $log->debug( "entered - @_" );
 
     my $response = $self->{ 'server' }->find_instances( $key, @params );
@@ -405,5 +405,5 @@
     );
 
-    $log->debug( "entered - key: $key" );
+    $log->debug( "entered - @_" );
 
     my $locations = $self->find_instances( $key );
@@ -435,5 +435,5 @@
     );
 
-    $log->debug( "entered - key: $key, type: $type" );
+    $log->debug( "entered - @_" );
 
     my $fh;
@@ -505,5 +505,5 @@
     );
 
-    $log->debug( "entered - key: $key" );
+    $log->debug( "entered - @_" );
 
     unless ($self->lock( $key, "write" )) {
@@ -539,5 +539,5 @@
     );
 
-    $log->debug( "entered - key: $key, new_key: $new_key" );
+    $log->debug( "entered - @_" );
 
     my $fh      = $self->open( $key, 'read' );
@@ -593,5 +593,5 @@
     );
 
-    $log->debug( "entered - key: $key, new_key: $new_key" );
+    $log->debug( "entered - @_" );
 
     unless ( $self->copy( $key, $new_key ) ) {
@@ -623,5 +623,5 @@
     );
 
-    $log->debug( "entered - uri: $uri" );
+    $log->debug( "entered - @_" );
 
     # it is being assumed here that it is better to have files on disk and not in
@@ -663,5 +663,5 @@
     );
 
-    $log->debug( "entered - key: $key" );
+    $log->debug( "entered - @_" );
 
     my $response = $self->{ 'server' }->stat_object( $key );
