From fc9d850c40399bcdf20e6fcbcc6a24357dda83c1 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 22 May 2014 15:33:06 -0700 Subject: [PATCH] output when pay-for-assignments is on --- domain-server/src/DomainServer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domain-server/src/DomainServer.cpp b/domain-server/src/DomainServer.cpp index 20e34744db..cd8e66a2b5 100644 --- a/domain-server/src/DomainServer.cpp +++ b/domain-server/src/DomainServer.cpp @@ -218,6 +218,8 @@ bool DomainServer::optionallySetupAssignmentPayment() { } } + qDebug() << "Assignments will be paid for via" << qPrintable(_oauthProviderURL.toString()); + // assume that the fact we are authing against HF data server means we will pay for assignments // setup a timer to send transactions to pay assigned nodes every 30 seconds QTimer* creditSetupTimer = new QTimer(this);