mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update log message to not be a duplicate of another right bellow it.
This commit is contained in:
parent
6da98330ca
commit
2cd5054f92
@ -502,7 +502,7 @@ void Core::Terminate(bool shutdown)
|
||||
// Is there a VM to close?
|
||||
if (m_VM)
|
||||
{
|
||||
cLogDbg(m_Verbosity >= 1, "Closing the virtual machine");
|
||||
cLogDbg(m_Verbosity >= 1, "Releasing any final resources and all loaded scripts");
|
||||
// Release all script callbacks
|
||||
ResetFunc();
|
||||
// Release the script instances
|
||||
|
Loading…
Reference in New Issue
Block a user