From: Maxim Mamontov <faust@gts.dp.ua>
Date: Thu, 5 May 2011 11:19:30 +0000 (+0300)
Subject: Move store unloading message forward
X-Git-Tag: 2.407-p1~33
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/307bdaafb43a43a8385551e3f12ae1745b4089b6?ds=inline

Move store unloading message forward
---

diff --git a/projects/sgauthstress/store_loader.cpp b/projects/sgauthstress/store_loader.cpp
index ab7291e2..a545da35 100644
--- a/projects/sgauthstress/store_loader.cpp
+++ b/projects/sgauthstress/store_loader.cpp
@@ -110,12 +110,13 @@ return false;
 
 bool STORE_LOADER::Unload()
 {
-printfd(__FILE__, "STORE_LOADER::Unload()\n");
 if (!isLoaded)
     {
     return true;
     }
 
+printfd(__FILE__, "STORE_LOADER::Unload()\n");
+
 if (dlclose(handle))
     {
     errorStr = "Failed to unload plugin '";