From ee1a05faf157c8c9f0f43cf5b906d84f39ded497 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 28 Aug 2013 15:53:18 +0300 Subject: fix compilation errors and warnings in debug checkers. --- src/utils/fuzzer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/fuzzer.cpp') diff --git a/src/utils/fuzzer.cpp b/src/utils/fuzzer.cpp index 4342899c3..42468d6b0 100644 --- a/src/utils/fuzzer.cpp +++ b/src/utils/fuzzer.cpp @@ -40,6 +40,7 @@ void Fuzzer::init() fuzz = new Logger; fuzz->setLogFile(client->getLocalDataDirectory() + "/fuzzer.log"); unsigned int sr = time(nullptr); + fuzz->log("Srand: %u", sr); srand(sr); } -- cgit v1.2.3-60-g2f50