Changeset 1917e53


Ignore:
Timestamp:
Aug 5, 2017, 11:21:53 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
604303c
Parents:
874fd19
git-author:
Jason Gross <jgross@mit.edu> (12/04/16 12:51:37)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/05/17 23:21:53)
Message:
Don't say that logging has resumed if it hasn't
File:
1 edited

Legend:

Unmodified
Added
Removed
  • logging.c

    r874fd19 r1917e53  
    304304    owl_log_entry_free(entry);
    305305  }
    306   if (all_succeeded && logged_at_least_one_message) {
     306  if (all_succeeded && logged_at_least_one_message && !defer_logs) {
    307307    owl_log_adminmsg("Logs have been flushed and logging has resumed.");
    308308  }
Note: See TracChangeset for help on using the changeset viewer.