Multi-threaded Delete Failures Not Logged

Problem: If you have two threads that try to delete the same record, and the first thread successfully deletes the record, but the second one fails because that record is now removed from the server, no failure message appears in the Unwired Server log.

Solution: None. An attempt was made to delete a record that no longer exists.