Skip to content

Commit 2b0567b

Browse files
committed
Merge pull request #6728
9fea833 timedata: Prevent warning overkill (Wladimir J. van der Laan)
2 parents 1a9f19a + 9fea833 commit 2b0567b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/timedata.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ void AddTimeData(const CNetAddr& ip, int64_t nOffsetSample)
9999
if (!fMatch)
100100
{
101101
fDone = true;
102-
string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly.");
102+
string strMessage = _("Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly.");
103103
strMiscWarning = strMessage;
104-
LogPrintf("*** %s\n", strMessage);
105104
uiInterface.ThreadSafeMessageBox(strMessage, "", CClientUIInterface::MSG_WARNING);
106105
}
107106
}

0 commit comments

Comments
 (0)