mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-31 19:43:38 +00:00
[client] spice: debug print unsigned int re #127
This commit is contained in:
parent
59cac9c0cc
commit
473e4716fc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue