diff --git a/Source/RWTHVRToolkit/Private/Pawn/IntenSelectComponent.cpp b/Source/RWTHVRToolkit/Private/Pawn/IntenSelectComponent.cpp
index 385e2b2e4a8f1818446f7385cf68b2672f0f851e..7df50eca0bfbeb2ea53eceb7cd4a47264e70aecf 100644
--- a/Source/RWTHVRToolkit/Private/Pawn/IntenSelectComponent.cpp
+++ b/Source/RWTHVRToolkit/Private/Pawn/IntenSelectComponent.cpp
@@ -93,7 +93,7 @@ void UIntenSelectComponent::InitInputBindings()
 	if (!EI)
 	{
 		const FString Message = "Could not get PlayerInputComponent for IntenSelect Input Assignment!";
-		UE_LOG(LogTemp, Error, TEXT("%s"), *Message)
+		UE_LOG(LogTemp, Warning, TEXT("%s"), *Message)
 		return;
 	}