[Player] fix svace issue
authorNAMJEONGYOON <just.nam@samsung.com>
Tue, 24 Jan 2017 06:36:42 +0000 (15:36 +0900)
committerNAMJEONGYOON <just.nam@samsung.com>
Tue, 24 Jan 2017 06:36:42 +0000 (15:36 +0900)
Change-Id: I04dad37a9a949a0b8c15eea11e39bf148df18826

src/Tizen.Multimedia/Player/Player.cs

index 99cb1e1..83095ae 100755 (executable)
@@ -409,8 +409,8 @@ namespace Tizen.Multimedia
             if (_display != null)
             {
                 _display.Player = this;
+                Log.Info(PlayerLog.Tag, "replace display to " + newDisplay.Type + " (" + newDisplay.EvasObject + ")");
             }
-            Log.Info(PlayerLog.Tag, "replace display to " + newDisplay.Type + " (" + newDisplay.EvasObject + ")");
         }
 
         /// <summary>