--- sourceforge.net/trunk/rdesktop/rdp.c 2003/10/29 04:18:00 522 +++ sourceforge.net/trunk/rdesktop/rdp.c 2003/10/29 14:14:46 532 @@ -725,7 +725,8 @@ left, top, right, bottom, width, height, Bpp, compress)); /* Server may limit bpp - this is how we find out */ - if (g_server_bpp != bpp) { + if (g_server_bpp != bpp) + { warning("Server limited colour depth to %d bits\n", bpp); g_server_bpp = bpp; }