spacing typos

This commit is contained in:
Isaac Connor 2021-01-21 10:25:26 -05:00
parent 8a9111d0b3
commit 44245a9a4f
1 changed files with 6 additions and 6 deletions

View File

@ -66,7 +66,7 @@ RTPSink* BaseServerMediaSubsession::createSink(
videoSink = JPEGVideoRTPSink::createNew (env, rtpGroupsock); videoSink = JPEGVideoRTPSink::createNew (env, rtpGroupsock);
} }
#endif #endif
Error("Sinkce %p %s", videoSink, format.c_str()); Error("Sink %p %s", videoSink, format.c_str());
return videoSink; return videoSink;
} }