mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
don't assert when unexpected event arrives; just log and drop
This commit is contained in:
parent
aa1323a5a3
commit
6995d37ead
1 changed files with 1 additions and 2 deletions
|
@ -129,10 +129,9 @@ getFromTable( XW_RELAY_STATE curState, XW_RELAY_EVENT curEvent,
|
|||
++stp;
|
||||
}
|
||||
|
||||
logf( "unable to find transition from %s on event %s",
|
||||
logf( "==> ERROR :: unable to find transition from %s on event %s",
|
||||
stateString(curState), eventString(curEvent) );
|
||||
|
||||
assert(0);
|
||||
return 0;
|
||||
} /* getFromTable */
|
||||
|
||||
|
|
Loading…
Reference in a new issue