diff options
Diffstat (limited to 'osdworker.c')
-rw-r--r-- | osdworker.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osdworker.c b/osdworker.c index f8f67cd..37c3037 100644 --- a/osdworker.c +++ b/osdworker.c @@ -431,14 +431,14 @@ void cOSDWorker::HandleClientRequests(cTBSelect *select) case rfbEncodingCoRRE: if (m_pEncoder == NULL) { - isyslog("[ffnetdev] VNC: ->CoRRE encoding(not supported).\n"); + isyslog("[ffnetdev] VNC: ->CoRRE encoding(hav a bug).\n"); m_pEncoder = new vncEncodeCoRRE(); } break; case rfbEncodingHextile: if (m_pEncoder == NULL) { - isyslog("[ffnetdev] VNC: ->Hextile encoding(not supported).\n"); + isyslog("[ffnetdev] VNC: ->Hextile encoding.\n"); m_pEncoder = new vncEncodeHexT(); } break; |