Skip to content

Commit

Permalink
Item14033: can't use Foswiki::Func::writeDebug
Browse files Browse the repository at this point in the history
... that early
  • Loading branch information
MichaelDaum committed Jun 3, 2016
1 parent 7987c16 commit 9ea971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JsonRpcContrib/lib/Foswiki/Request/JSON.pm
Expand Up @@ -479,7 +479,7 @@ sub topic {

# static
sub _writeDebug {
Foswiki::Func::writeDebug("- JsonRpcContrib::Request - $_[0]");
print STDERR "- Foswiki::Request::JSON - $_[0]\n";
}

1;
Expand Down

0 comments on commit 9ea971d

Please sign in to comment.