X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FLogging.pm;h=7eee65f12e4f3eb228bf3b699dafb4167ccaba24;hp=10951582cf74bcc9bcdfa32b169308bd2cbd0347;hb=a577b9530c7c091e6800bca9dca4fd03c37ce039;hpb=052976d4a389b826a9551909492f3fc2f2312c88 diff --git a/lib/Object/Remote/Logging.pm b/lib/Object/Remote/Logging.pm index 1095158..7eee65f 100644 --- a/lib/Object/Remote/Logging.pm +++ b/lib/Object/Remote/Logging.pm @@ -114,7 +114,7 @@ sub init_logging { return unless $will_log; #skip things from remote hosts because they log to STDERR #when OBJECT_REMOTE_LOG_LEVEL is in effect - return if $_[1]->{remote}->{connection_id}; + return if $_[1]->{remote}->{object_remote}; $logger }); }