replace call to PrintConsole with call to error()
authorWladimir J. van der Laan <laanwj@gmail.com>
Wed, 21 Mar 2012 19:33:53 +0000 (20:33 +0100)
committerWladimir J. van der Laan <laanwj@gmail.com>
Wed, 21 Mar 2012 19:33:53 +0000 (20:33 +0100)
commit4a43dfbf3ec4318b216c79a5a7dd7485a5930cd9
tree0dad29e7b6892fe85ea9648392b90e435f2a3436
parentb2fe3a5ca690299a55f52beee3932f0126b79363
replace call to PrintConsole with call to error()

As these are equivalent functions, this cleans up the source a bit.
Also remove PrintConsole() as this was the only use.
src/bitcoinrpc.cpp