Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
1917e53
for
logging.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Aug 5, 2017, 11:21:53 PM (
8 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
logging.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
logging.c
r874fd19
r1917e53
304
304
owl_log_entry_free(entry);
305
305
}
306
if (all_succeeded && logged_at_least_one_message
) {
306
if (all_succeeded && logged_at_least_one_message
&& !defer_logs
) {
307
307
owl_log_adminmsg("Logs have been flushed and logging has resumed.");
308
308
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive