kopia lustrzana https://gitlab.com/sane-project/backends
Fix function name in debug message.
rodzic
7b4f5d36e8
commit
dd6537cf0a
|
@ -2654,7 +2654,7 @@ do_bindings (int *nfds, struct pollfd **fds)
|
||||||
if (serv)
|
if (serv)
|
||||||
{
|
{
|
||||||
port = serv->s_port;
|
port = serv->s_port;
|
||||||
DBG (DBG_MSG, "main: port is %d\n", ntohs (port));
|
DBG (DBG_MSG, "do_bindings: port is %d\n", ntohs (port));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue