mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Output stderr as warnings, not necessarily errors
This commit is contained in:
@@ -1347,7 +1347,7 @@ PyObject *PythonContext::outstream_write(PyObject *self, PyObject *args)
|
||||
}
|
||||
|
||||
if(!message.empty())
|
||||
RENDERDOC_LogMessage(redirector->isStdError ? LogType::Error : LogType::Comment, "EXTN",
|
||||
RENDERDOC_LogMessage(redirector->isStdError ? LogType::Warning : LogType::Comment, "EXTN",
|
||||
filename, line, message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user