Skip to content

Commit 7992468

Browse files
committed
fix: using wrong class name in runner log
1 parent 22320d5 commit 7992468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Ecsact/Private/Ecsact.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ auto FEcsactModule::StartRunner() -> void {
144144
if(Runner != nullptr) {
145145
UE_LOG(
146146
Ecsact,
147-
Verbose,
147+
Log,
148148
TEXT("Using ecsact runner: %s"),
149-
*Runner->StaticClass()->GetName()
149+
*Runner->GetClass()->GetName()
150150
);
151151
Runner->AddToRoot();
152152
}

0 commit comments

Comments
 (0)