aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/squirrel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/squirrel.cpp')
-rw-r--r--NorthstarDedicatedTest/squirrel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/squirrel.cpp b/NorthstarDedicatedTest/squirrel.cpp
index e78b26f2..90d16e89 100644
--- a/NorthstarDedicatedTest/squirrel.cpp
+++ b/NorthstarDedicatedTest/squirrel.cpp
@@ -70,7 +70,7 @@ template<Context context> SQInteger SQPrintHook(void* sqvm, char* fmt, ...)
void* CreateNewVMHook(void* a1, Context context)
{
- std::cout << "CreateNewVM " << GetContextName(context) << std::endl;
+ spdlog::info("CreateNewVM {}", GetContextName(context));
if (context == CLIENT)
{