Skip to content

Commit

Permalink
Log: Print MESSAGE= as log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ssahani committed May 22, 2024
1 parent 8c6bff9 commit 2ef790c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/netlog/netlog-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ static int manager_read_journal_input(Manager *m) {
if (!message) {
log_debug("Skipping message without MESSAGE= field.");
return 0;
}
} else
log_debug("Received from journal MESSAGE='%s'", message);

r = sd_journal_get_realtime_usec(m->journal, &realtime);
if (r < 0)
Expand Down

0 comments on commit 2ef790c

Please sign in to comment.