Consistent logging
Merge request reports
Activity
Please register or sign in to reply
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
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) | |
|
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); | |
|
Otherwise OK and can be merged.