RemotePlugin: use debugMessages() instead of fprintf for error messages
commit8561c3cc09adf6ddaf6f94078a7925587f0a2de0
authorTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 25 Jul 2010 17:25:55 +0000 (25 19:25 +0200)
committerTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 25 Jul 2010 17:27:58 +0000 (25 19:27 +0200)
tree616073725be69f32ba95ce7e5549c26110b75fa9
parent1513b0c43746bd90fb558fc3412475c04f969091
RemotePlugin: use debugMessages() instead of fprintf for error messages

Printing error messages using fprintf() does not help much with
RemotePlugins as their stdout/stderr usually is not redirected to the
parent process. Instead use the debugMessage() function.
(cherry picked from commit a55d71cf7fd3ac7a859d3927e16901ed817c0af9)
include/RemotePlugin.h