--- sourceforge.net/trunk/rdesktop/xwin.c 2000/08/15 10:23:24 10 +++ sourceforge.net/trunk/rdesktop/xwin.c 2000/08/15 12:01:01 12 @@ -526,7 +526,7 @@ int scanline; scanline = (cx + 3) & ~3; - STATUS("XGetImage(%p,%x,%d,%d,%d,%d,%x,%d)\n", display, wnd, x, y, + DEBUG("XGetImage(%p,%x,%d,%d,%d,%d,%x,%d)\n", display, wnd, x, y, cx, cy, 0xffffffff, ZPixmap); image = XGetImage(display, wnd, x, y, cx, cy, 0xffffffff, ZPixmap); cache_put_desktop(offset, scanline*cy, image->data);