nochowderforyou / clams

Clam Project
MIT License
62 stars 58 forks source link

results of RPC 'importwallet' command written to terminal #140

Closed dooglus closed 9 years ago

dooglus commented 9 years ago

From https://bitcointalk.org/index.php?topic=623147.msg10402427#msg10402427 :

clamd (headless) writes the results of the RPC 'importwallet' command to the terminal, rather than the log, even if it's backgrounded.

l0rdicon commented 9 years ago

The logging system was updated to use LogPrintf instead of printf and this function was missed in the merge. Changing it to LogPrintf will fix it

dooglus commented 9 years ago

Fixed in #146.