Fix misleading log entry

This commit is contained in:
Jinesi Yelizati
2021-04-15 18:09:02 +08:00
committed by Baldur Karlsson
parent f89b020cc7
commit 98685bbcb5
+1 -1
View File
@@ -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;
}