File tree Expand file tree Collapse file tree
Source/Attributes/Private Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ DEFINE_LOG_CATEGORY(LogAttributes)
99
1010void FAttributesModule::StartupModule ()
1111{
12- UE_LOG (LogAttributes, Warning , TEXT (" Attributes: Log Started" ));
12+ UE_LOG (LogAttributes, Log , TEXT (" Attributes: Log Started" ));
1313
1414 // This code will execute after your module is loaded into memory; the exact timing is specified in the .uplugin file per-module
1515
@@ -18,7 +18,7 @@ void FAttributesModule::StartupModule()
1818
1919void FAttributesModule::ShutdownModule ()
2020{
21- UE_LOG (LogAttributes, Warning , TEXT (" Attributes: Log Ended" ));
21+ UE_LOG (LogAttributes, Log , TEXT (" Attributes: Log Ended" ));
2222 // This function may be called during shutdown to clean up your module. For modules that support dynamic reloading,
2323 // we call this function before unloading the module.
2424
@@ -91,4 +91,4 @@ bool FAttributesModule::HandleSettingsSaved()
9191
9292#undef LOCTEXT_NAMESPACE
9393
94- IMPLEMENT_MODULE (FAttributesModule, Attributes)
94+ IMPLEMENT_MODULE (FAttributesModule, Attributes)
You can’t perform that action at this time.
0 commit comments