X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FHandle.pm;h=8e01b85df0c4521aa756c98803351a268a73ca0b;hp=de25a6ce6ead2be8be8affff3a022dfe56535fcc;hb=fb258df60473013795325e4607b24239ca9db0fc;hpb=977ec25d052fe4f70ebab44b159bb6dc11ce4240 diff --git a/lib/Object/Remote/Handle.pm b/lib/Object/Remote/Handle.pm index de25a6c..8e01b85 100644 --- a/lib/Object/Remote/Handle.pm +++ b/lib/Object/Remote/Handle.pm @@ -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) }; }