summaryrefslogtreecommitdiffstats
path: root/xup
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-04-10 13:59:27 -0700
committerPavel Roskin <plroskin@gmail.com>2016-04-21 21:21:17 -0700
commite65bd6b7d7c8177def8fa7c23875b1f0ff13d7ce (patch)
tree420ed3bc0f627bd776219635191cdfdddb49a118 /xup
parentbd0b1acf794b2552b13bd4185c8eef91b2d9784c (diff)
downloadxrdp-proprietary-e65bd6b7d7c8177def8fa7c23875b1f0ff13d7ce.tar.gz
xrdp-proprietary-e65bd6b7d7c8177def8fa7c23875b1f0ff13d7ce.zip
Fix more format warnings
Diffstat (limited to 'xup')
-rw-r--r--xup/xup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xup/xup.c b/xup/xup.c
index 8e904d52..1bc976ea 100644
--- a/xup/xup.c
+++ b/xup/xup.c
@@ -212,7 +212,7 @@ lib_mod_connect(struct mod *mod)
if (trans_connect(mod->trans, mod->ip, con_port, 3000) == 0)
{
LLOGLN(0, ("lib_mod_connect: connected to Xserver "
- "(Xorg or X11rdp) sck %d", mod->trans->sck));
+ "(Xorg or X11rdp) sck %ld", mod->trans->sck));
error = 0;
}