Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VTK
VTK
Commits
2fd2f962
Commit
2fd2f962
authored
Feb 16, 2021
by
Vicente Bolea
💬
Browse files
VISRTX: reduce gravity of dev error logs
parent
a4deb485
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/RayTracing/RTWrapper/VisRTX/VisRTXBackend.cxx
View file @
2fd2f962
...
...
@@ -39,7 +39,7 @@ namespace RTW
if
(
!
rtx
||
rtx
->
GetDeviceCount
()
<=
0
)
{
vtkLogF
(
WARNING
,
"VisRTX Error: Unsupported device"
);
vtkLogF
(
TRACE
,
"VisRTX Error: Unsupported device"
);
return
RTW_UNSUPPORTED_DEVICE
;
}
...
...
Vicente Bolea
💬
@vbolea
mentioned in commit
9eaaba27
·
Feb 17, 2021
mentioned in commit
9eaaba27
mentioned in commit 9eaaba279606fd2533e46fd412e6f853e05ff66c
Toggle commit list
Vicente Bolea
💬
@vbolea
mentioned in commit
2e68e35b
·
Feb 17, 2021
mentioned in commit
2e68e35b
mentioned in commit 2e68e35bdebe2b842ee8d6d9c490bd305078a681
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment