Skip to content

Commit

Permalink
fixing rtRemoteAsyncHandle compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiess committed Aug 29, 2017
1 parent 338e067 commit 0e26ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/rtRemoteAsyncHandle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ rtRemoteAsyncHandle::wait(uint32_t timeoutInMilliseconds)

if ((e != RT_OK) || (m_error != RT_OK))
{
rtLogError("Got error response with key = '%s', m_error = %d, error = %d", k.toString().c_str(), m_error, e);
rtLogError("Got error response m_error = %d, error = %d", m_error, e);
}

return e;
Expand Down

0 comments on commit 0e26ae6

Please sign in to comment.