Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/blender/blender_logging.cpp')
-rw-r--r--intern/cycles/blender/blender_logging.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/cycles/blender/blender_logging.cpp b/intern/cycles/blender/blender_logging.cpp
index 3fca4efd097..b42a1f47821 100644
--- a/intern/cycles/blender/blender_logging.cpp
+++ b/intern/cycles/blender/blender_logging.cpp
@@ -19,15 +19,15 @@
void CCL_init_logging(const char *argv0)
{
- ccl::util_logging_init(argv0);
+ ccl::util_logging_init(argv0);
}
void CCL_start_debug_logging()
{
- ccl::util_logging_start();
+ ccl::util_logging_start();
}
void CCL_logging_verbosity_set(int verbosity)
{
- ccl::util_logging_verbosity_set(verbosity);
+ ccl::util_logging_verbosity_set(verbosity);
}