Skip to content
Snippets Groups Projects

Consistent logging

Merged Jan Včelák requested to merge consistent-logging into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Jan Včelák
    Jan Včelák @jvcelak started a thread on commit e3c9a457
  • 107 107
    108 108 /* NOTIFY-specific logging (internal, expects 'adata' variable set). */
    109 109 #define NOTIFY_RLOG(severity, msg...) \
    110 ANSWER_LOG(severity, adata, "notify, incoming", msg)
    110 ANSWER_LOG(severity, adata, "NOTIFY, outgoing", msg)
  • Jan Včelák
    Jan Včelák @jvcelak started a thread on commit e3c9a457
  • 346 346 goto open_file_error;
    347 347 }
    348 348 if (memcmp(magic, magic_req, MAGIC_LENGTH) != 0) {
    349 log_warning("Journal '%s': version too old, purging", j->path);
    349 log_warning("fournal '%s': version too old, purging", j->path);
  • Author Contributor

    Otherwise OK and can be merged.

  • Please register or sign in to reply
    Loading