mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] spice: debug print unsigned int re #127
This commit is contained in:
parent
59cac9c0cc
commit
473e4716fc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user