diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-03-15 20:49:25 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-15 20:49:25 +0100 |
commit | 34a35eced40860181757abe5ec00ac0e5d8d0225 (patch) | |
tree | d9ed02c41135deb476878aadb72f97f8a898534b /src/systemctl.c | |
parent | 490e567dbb12928528d395d2c759b80960312e8f (diff) |
a couple of fixes to make llvm-analyze quiet
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index 8f99a724b8..f51085f8c4 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -2375,7 +2375,7 @@ static void print_status_info(UnitStatusInfo *i) { if (i->id && arg_transport != TRANSPORT_SSH) { printf("\n"); - show_journal_by_unit(i->id, arg_output, NULL, 0, i->inactive_exit_timestamp_monotonic, arg_lines, arg_all, arg_follow); + show_journal_by_unit(i->id, arg_output, 0, i->inactive_exit_timestamp_monotonic, arg_lines, arg_all, arg_follow); } if (i->need_daemon_reload) |