summaryrefslogtreecommitdiff
path: root/src/utils/fuzzer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-28 15:53:18 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-29 00:18:56 +0300
commitee1a05faf157c8c9f0f43cf5b906d84f39ded497 (patch)
treed560c7235c09e1117dc9172867c6acb0895edd64 /src/utils/fuzzer.cpp
parentafbf2f713dd918bd0ff050d71afbf05bc581ab6e (diff)
downloadplus-ee1a05faf157c8c9f0f43cf5b906d84f39ded497.tar.gz
plus-ee1a05faf157c8c9f0f43cf5b906d84f39ded497.tar.bz2
plus-ee1a05faf157c8c9f0f43cf5b906d84f39ded497.tar.xz
plus-ee1a05faf157c8c9f0f43cf5b906d84f39ded497.zip
fix compilation errors and warnings in debug checkers.
Diffstat (limited to 'src/utils/fuzzer.cpp')
-rw-r--r--src/utils/fuzzer.cpp1
1 files changed, 1 insertions, 0 deletions
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);
}