video: Correct log comment. 14/204514/1
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 19 Apr 2019 06:34:42 +0000 (15:34 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 24 Apr 2019 06:34:15 +0000 (15:34 +0900)
Change-Id: Ib6eae982c397a74b9ba122d412c4ccd9aa439f36

src/bin/video/iface/e_video_external.c

index e0d7b00..6b0a918 100644 (file)
@@ -36,7 +36,7 @@ e_video_external_iface_create(E_Client *ec)
 {
    E_Video_External *evs;
 
-   INF("Intializing SW Compositing mode");
+   INF("Intializing External Compositing mode");
 
    evs = E_NEW(E_Video_External, 1);
    if (!evs)