From 73f4d5da92169dcab2210507d6abc31fa3e5b505 Mon Sep 17 00:00:00 2001 From: Adam Proctor Date: Tue, 16 May 2017 16:00:42 -0400 Subject: [PATCH] Lower severity on editor warning This message is not that critical to development, and results in a warning message while developing. This results in having to relax constraints on CI and conditions developers to ignore warnings. --- Facebook.Unity/PlatformEditor/EditorFacebook.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Facebook.Unity/PlatformEditor/EditorFacebook.cs b/Facebook.Unity/PlatformEditor/EditorFacebook.cs index f9abaaaa0..871d1c334 100644 --- a/Facebook.Unity/PlatformEditor/EditorFacebook.cs +++ b/Facebook.Unity/PlatformEditor/EditorFacebook.cs @@ -75,7 +75,7 @@ private static IFacebookCallbackHandler EditorGameObject public override void Init(InitDelegate onInitComplete) { // Warn that editor behavior will not match supported platforms - FacebookLogger.Warn(WarningMessage); + FacebookLogger.Info(WarningMessage); base.Init(onInitComplete); this.editorWrapper.Init();