aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/DeviceContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win/rfb_win32/DeviceContext.cxx')
-rw-r--r--win/rfb_win32/DeviceContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rfb_win32/DeviceContext.cxx b/win/rfb_win32/DeviceContext.cxx
index fa0beaf9..e6dc8508 100644
--- a/win/rfb_win32/DeviceContext.cxx
+++ b/win/rfb_win32/DeviceContext.cxx
@@ -86,7 +86,7 @@ PixelFormat DeviceContext::getPF(HDC dc) {
bMask = 0x0000ff;
break;
default:
- vlog.error("bits per pixel %u not supported", bi.bmiHeader.biBitCount);
+ vlog.error("Bits per pixel %u not supported", bi.bmiHeader.biBitCount);
throw rdr::Exception("unknown bits per pixel specified");
};
break;