Skip to content

Commit

Permalink
Item13065: Use Foswiki::Func::writeEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Feb 23, 2015
1 parent c3e767b commit fa3e6a5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions JsonRpcContrib/lib/Foswiki/Contrib/JsonRpcContrib/Server.pm
Expand Up @@ -153,11 +153,8 @@ sub dispatch {
}
}

$session->logEvent(
'jsonrpc',
$session->{webName} . '.' . $session->{topicName},
$request->namespace() . ' ' . $request->method()
);
Foswiki::Func::writeEvent( 'jsonrpc',
$request->namespace() . ' ' . $request->method() );

# call
my $code = 0;
Expand Down

0 comments on commit fa3e6a5

Please sign in to comment.