[client] spice: debug print unsigned int re #127

This commit is contained in:
Geoffrey McRae 2019-01-25 14:17:06 +11:00
parent 59cac9c0cc
commit 473e4716fc

View File

@ -156,7 +156,7 @@ bool spice_connect(const char * host, const unsigned short port, const char * pa
inet_pton(spice.family, host, &spice.addr.in.sin_addr);
spice.addr.in.sin_family = spice.family;
spice.addr.in.sin_port = htons(port);
DEBUG_INFO("Remote: %s:%d", host, port);
DEBUG_INFO("Remote: %s:%u", host, port);
}
LG_LOCK_INIT(spice.mouse.lock);