mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Fix misleading log entry
This commit is contained in:
committed by
Baldur Karlsson
parent
f89b020cc7
commit
98685bbcb5
@@ -409,7 +409,7 @@ bool InjectLibraries(const rdcstr &deviceID, Network::Socket *sock)
|
||||
|
||||
if(runtimeObject.tag != Tag::Object || runtimeObject.Object == 0)
|
||||
{
|
||||
RDCERR("Failed to call getClass!");
|
||||
RDCERR("Failed to call getRuntime!");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user