Skip to content

Commit

Permalink
Merge pull request #107 from ssahani/misc
Browse files Browse the repository at this point in the history
Log: Print MESSAGE= as log debug
  • Loading branch information
ssahani authored May 22, 2024
2 parents 85cacff + 2ef790c commit e0a7747
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 e0a7747

Please sign in to comment.