fix some typos in the log messages
[scpubgit/Object-Remote.git] / lib / Object / Remote / Handle.pm
index de25a6c..8e01b85 100644 (file)
@@ -60,7 +60,7 @@ sub call {
   log_trace { "call('$method') has been invoked on remote handle '$id'; creating future" };
 
   future {
-    log_debug { "Invoking send on connection for handle '$id' method $method" };
+    log_debug { "Invoking send on connection for handle '$id' method '$method'" };
     $self->connection->send(call => $id, $w, $method, @args)
   };
 }