diff options
| author | jsorg71 <jsorg71> | 2005-02-13 03:51:46 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2005-02-13 03:51:46 +0000 |
| commit | 9835658209294f496d7a0f03592adf8bf03ca8dc (patch) | |
| tree | 610bd2d90a9eb9c665ec0e59aac37682aa3f5e93 | |
| parent | 8f2b4512cfb57dc1f9a719675ac15ecb3ad17a0c (diff) | |
| download | xrdp-proprietary-9835658209294f496d7a0f03592adf8bf03ca8dc.tar.gz xrdp-proprietary-9835658209294f496d7a0f03592adf8bf03ca8dc.zip | |
more debug info
| -rw-r--r-- | xrdp/xrdp_orders.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xrdp/xrdp_orders.c b/xrdp/xrdp_orders.c index 185ec9a7..688c211f 100644 --- a/xrdp/xrdp_orders.c +++ b/xrdp/xrdp_orders.c @@ -1467,7 +1467,8 @@ int xrdp_orders_send_bitmap(struct xrdp_orders* self, { free_stream(s); free_stream(temp_s); - g_printf("error lines_sending != bitmap->height\n\r"); + g_printf("error in xrdp_orders_send_bitmap, lines_sending(%d) != \ +bitmap->height(%d)\n\r", lines_sending, bitmap->height); return 1; } bufsize = s->p - p; |
