X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemctl.c;fp=src%2Fsystemctl.c;h=6f87b06dd3401c5640bf1e89bdb6fc98940be98f;hb=6f003b43043da7b57c0ebe15b86856c8248fea4a;hp=10e3991745a59878ab10d48fcdc5359f55458b63;hpb=cf5eb6a110c39b36dd07457180b749f32488bcf5;p=elogind.git diff --git a/src/systemctl.c b/src/systemctl.c index 10e399174..6f87b06dd 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -2262,8 +2262,10 @@ static void print_status_info(UnitStatusInfo *i) { } } - if (i->id && arg_transport != TRANSPORT_SSH) + if (i->id && arg_transport != TRANSPORT_SSH) { + printf("\n"); show_journal_by_service(i->id, OUTPUT_SHORT, NULL, 0, 0, 0, arg_all); + } if (i->need_daemon_reload) printf("\n%sWarning:%s Unit file changed on disk, 'systemctl %s daemon-reload' recommended.\n",