File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ public static void Reset()
357
357
[ InitializeOnEnterPlayMode ]
358
358
static void OnEnterPlaymodeInEditor ( EnterPlayModeOptions options )
359
359
{
360
- LootLockerLogger . GetForLogLevel ( ) ( "Reset RateLimiter due to entering play mode" ) ;
360
+ LootLockerLogger . GetForLogLevel ( LootLockerLogger . LogLevel . Verbose ) ( "Reset RateLimiter due to entering play mode" ) ;
361
361
Reset ( ) ;
362
362
}
363
363
#endif
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public partial class LootLockerSDKManager
19
19
[ InitializeOnEnterPlayMode ]
20
20
static void OnEnterPlaymodeInEditor ( EnterPlayModeOptions options )
21
21
{
22
- LootLockerLogger . GetForLogLevel ( ) ( "SDK is resetting for entering Playmode" ) ;
22
+ LootLockerLogger . GetForLogLevel ( LootLockerLogger . LogLevel . Verbose ) ( "SDK is resetting for entering Playmode" ) ;
23
23
initialized = false ;
24
24
}
25
25
#endif
You can’t perform that action at this time.
0 commit comments