mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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
|
||||
sms2_receive( void* closure, int socket )
|
||||
{
|
||||
LOG_FUNC();
|
||||
LaunchParams* params = (LaunchParams*)closure;
|
||||
XP_ASSERT( !!params->sms2Storage );
|
||||
LinSMS2Data* data = getStorage( params );
|
||||
|
|
Loading…
Reference in a new issue