summaryrefslogtreecommitdiffstats
path: root/xup
diff options
context:
space:
mode:
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 bff29727..65ccc34c 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 %ld", mod->trans->sck));
+ "(Xorg or X11rdp) sck %ld", (long) (mod->trans->sck)));
error = 0;
}