From 206f6784fd37e16943b4bd317b012eb10ec5eea1 Mon Sep 17 00:00:00 2001 From: Haifa Bogdan Adnan Date: Mon, 2 Sep 2019 14:11:15 +0300 Subject: [PATCH] Fix for crash on -B / --background option. --- src/App.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.cpp b/src/App.cpp index 0b69c884..903177f1 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -88,11 +88,11 @@ int xmrig::App::exec() m_signals = new Signals(this); - background(); - // load hasher modules Hasher::loadHashers(m_appFileName); + background(); + Summary::print(m_controller); if (m_controller->config()->isDryRun()) {