summaryrefslogtreecommitdiff
path: root/src/utils/fuzzer.cpp
diff options
context:
space:
mode:
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);
}