HomePhabricator

add InitMessage() to noui and use debug.log for GUI
bb41a87d57acUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

add InitMessage() to noui and use debug.log for GUI

  • this pull adds an InitMessage() function to noui.cpp, which outputs init messages to debug.log (this allows to remove some printf() calls from init.cpp)
  • change InitMessage() in bitcoin.cpp to also write init messages to debug.log to ensure nothting is missing in the log because of the removal of printf() calls in init.cpp

Details

Provenance
Philip Kaufmann <phil.kaufmann@t-online.de>Authored on Jan 11 2013, 21:57
deadalnixPushed on May 14 2017, 22:04
Parents
rABCe0c8fbac351b: Merge pull request #2169 from Diapolo/small_main_h_cleanup
Branches
Unknown
Tags
Unknown

Event Timeline

Philip Kaufmann <phil.kaufmann@t-online.de> committed rABCbb41a87d57ac: add InitMessage() to noui and use debug.log for GUI (authored by Philip Kaufmann <phil.kaufmann@t-online.de>).Jan 11 2013, 21:57