mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
better logging: include function name
This commit is contained in:
parent
7997258163
commit
6fcb5b714c
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ linux_tcp_send( const XP_U8* buf, XP_U16 buflen,
|
|||
int socket = globals->socket;
|
||||
|
||||
if ( socket == -1 ) {
|
||||
XP_STATUSF( "linux_tcp_send: socket uninitialized" );
|
||||
XP_STATUSF( "%s: socket uninitialized", __func__ );
|
||||
socket = linux_init_relay_socket( globals );
|
||||
if ( socket != -1 ) {
|
||||
assert( globals->socket == socket );
|
||||
|
|
Loading…
Add table
Reference in a new issue