Changeset 8a06468 for logging.c


Ignore:
Timestamp:
Aug 5, 2017, 11:21:53 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
958752c
Parents:
253f37f
git-author:
Jason Gross <jgross@mit.edu> (08/05/17 22:17:39)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/05/17 23:21:53)
Message:
Clarify a comment about deferred logging mode

As per https://github.com/barnowl/barnowl/pull/109#discussion_r131532293
File:
1 edited

Legend:

Unmodified
Added
Removed
  • logging.c

    r253f37f r8a06468  
    268268 * EPERM, EACCES, or ETIMEDOUT, go into deferred logging mode and
    269269 * queue an admin message.  If it fails with anything else, display an
    270  * error message, but do not go into deferred logging mode.
     270 * error message, drop the log message, and do not go into deferred
     271 * logging mode.
    271272 *
    272273 * N.B. This function is called only on the disk-writing thread. */
Note: See TracChangeset for help on using the changeset viewer.