X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FLogging%2FLogger.pm;h=2cc4e8da1428d0c315cd86ec44778223d7fde4c0;hp=9f79d7bd880e437ea47d61f6a3371105e206904f;hb=977ec25d052fe4f70ebab44b159bb6dc11ce4240;hpb=a663aea54e2f4167d60dad19083cc7a078cfd04b diff --git a/lib/Object/Remote/Logging/Logger.pm b/lib/Object/Remote/Logging/Logger.pm index 9f79d7b..2cc4e8d 100644 --- a/lib/Object/Remote/Logging/Logger.pm +++ b/lib/Object/Remote/Logging/Logger.pm @@ -162,7 +162,7 @@ Object::Remote::Logging::Logger - Format and output a log message #objects that will receive the messages my $selector = sub { my ($generating_package, $metadata) = @_; - return unless $metadata->{controller} eq 'App::Logging::Subclass'; + return unless $metadata->{exporter} eq 'App::Logging::Subclass'; return $app_output; };