Change "path" to "fullpath" in the rendering-basic-pbr.cpp 75/209475/2
authorSeungho, Baek <sbsh.baek@samsung.com>
Mon, 8 Jul 2019 07:08:19 +0000 (16:08 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Mon, 8 Jul 2019 07:17:06 +0000 (16:17 +0900)
Change-Id: I110f39e5afbae98790682c6203d9e3e82dd3eb52
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
examples/rendering-basic-pbr/rendering-basic-pbr-example.cpp

index 9d2a9d1..2d3a001 100644 (file)
@@ -396,7 +396,7 @@ public:
     Dali::Vector<char> fileBuffer;
     if( !Dali::FileLoader::ReadFile( fullpath, bufferSize, fileBuffer, FileLoader::FileType::BINARY ) )
     {
-      DALI_LOG_WARNING( "file open failed for: \"%s\"", path );
+      DALI_LOG_WARNING( "file open failed for: \"%s\"", fullpath );
       return false;
     }