summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2017-01-27 13:07:36 -0800
committerjsorg71 <jay.sorg@gmail.com>2017-01-29 23:14:33 -0800
commita1aff316dc32506331dfbe643fd8a6118d604e1d (patch)
tree27c36a95a2a3d31f0698db557ccb5ba7b6ee6b58 /sesman/chansrv
parentd7967ec89740967bc752b280050421ce04a58b52 (diff)
downloadxrdp-proprietary-a1aff316dc32506331dfbe643fd8a6118d604e1d.tar.gz
xrdp-proprietary-a1aff316dc32506331dfbe643fd8a6118d604e1d.zip
change log message to long long
Diffstat (limited to 'sesman/chansrv')
-rw-r--r--sesman/chansrv/devredir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/chansrv/devredir.c b/sesman/chansrv/devredir.c
index 3be069c8..cc532d8f 100644
--- a/sesman/chansrv/devredir.c
+++ b/sesman/chansrv/devredir.c
@@ -1265,8 +1265,8 @@ dev_redir_file_write(void *fusep, tui32 DeviceId, tui32 FileId,
IRP *new_irp;
int bytes;
- log_debug("DeviceId=%d FileId=%d Length=%d Offset=%d",
- DeviceId, FileId, Length, (int)Offset);
+ log_debug("DeviceId=%d FileId=%d Length=%d Offset=%lld",
+ DeviceId, FileId, Length, (long long)Offset);
xstream_new(s, 1024 + Length);