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();