mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
log when inotify kicks off
This commit is contained in:
parent
833a3384b3
commit
cad6cb8075
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ parseAndDispatch( LinSMS2Data* data, uint8_t* buf, int len )
|
||||||
static void
|
static void
|
||||||
sms2_receive( void* closure, int socket )
|
sms2_receive( void* closure, int socket )
|
||||||
{
|
{
|
||||||
|
LOG_FUNC();
|
||||||
LaunchParams* params = (LaunchParams*)closure;
|
LaunchParams* params = (LaunchParams*)closure;
|
||||||
XP_ASSERT( !!params->sms2Storage );
|
XP_ASSERT( !!params->sms2Storage );
|
||||||
LinSMS2Data* data = getStorage( params );
|
LinSMS2Data* data = getStorage( params );
|
||||||
|
|
Loading…
Reference in a new issue