Change DebugPriority name 14/285614/3
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 15 Dec 2022 09:13:36 +0000 (18:13 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 19 Dec 2022 00:18:57 +0000 (09:18 +0900)
Change-Id: I89fefdfbfa7a7a3db6e2e3ec83952da42675ec05

examples/reflection-demo/gltf-scene.h

index 5639c4a..e1b4e30 100644 (file)
@@ -2,7 +2,7 @@
 #define GLTF_SCENE_H
 
 /*
 #define GLTF_SCENE_H
 
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -25,9 +25,9 @@
 // INTERNAL INCLUDES
 #include "third-party/pico-json.h"
 
 // INTERNAL INCLUDES
 #include "third-party/pico-json.h"
 
-#define GLTF_LOG(...)                                                                   \
-  {                                                                                     \
-    Dali::Integration::Log::LogMessage(Dali::Integration::Log::DebugInfo, __VA_ARGS__); \
+#define GLTF_LOG(...)                                                              \
+  {                                                                                \
+    Dali::Integration::Log::LogMessage(Dali::Integration::Log::INFO, __VA_ARGS__); \
   }
 
 enum class glTFAttributeType
   }
 
 enum class glTFAttributeType