mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
supply missing param
This commit is contained in:
parent
db9c079356
commit
2a3bd60740
1 changed files with 1 additions and 1 deletions
|
@ -1538,7 +1538,7 @@ proxy_thread_proc( UdpThreadClosure* utc )
|
|||
break; /* PRX_DEVICE_GONE */
|
||||
}
|
||||
default:
|
||||
logf( XW_LOGERROR, "unexpected command %d", __func__, cmd );
|
||||
logf( XW_LOGERROR, "%s: unexpected command %d", __func__, cmd );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue