From 0c365446d041e1f013a7e83d9829079457900622 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 29 Oct 2016 08:32:56 -0300 Subject: [PATCH] test --- src/bitcoind.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 27611ab3b..e5d2c7401 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -93,6 +93,7 @@ bool AppInit(int argc, char* argv[]) try { void komodo_args(); + fprintf(stderr,"call komodo_args\n"); komodo_args(); if (!boost::filesystem::is_directory(GetDataDir(false))) {