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:
authorCampbell Barton <ideasman42@gmail.com>2021-09-09 09:26:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-09 09:26:15 +0300
commit3da09f4e2992bcd3f6d3f26489ed18c53cd1cc22 (patch)
tree02f48ac05062d9c83084a8e79cf27998bd6ebc82 /source/blender/windowmanager
parentbda9e4238a07a72c26598ea9025e00f6ca896750 (diff)
Cleanup: remove newlines from logging text
Line endings are already added.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/xr/intern/wm_xr_session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/xr/intern/wm_xr_session.c b/source/blender/windowmanager/xr/intern/wm_xr_session.c
index dc15b579e9d..88bf3ff453c 100644
--- a/source/blender/windowmanager/xr/intern/wm_xr_session.c
+++ b/source/blender/windowmanager/xr/intern/wm_xr_session.c
@@ -705,7 +705,7 @@ bool wm_xr_session_surface_offscreen_ensure(wmXrSurfaceData *surface_data,
}
if (failure) {
- CLOG_ERROR(&LOG, "Failed to get buffer, %s\n", err_out);
+ CLOG_ERROR(&LOG, "Failed to get buffer, %s", err_out);
return false;
}