X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemd-analyze;h=4f3e478e998289fad01b88e104e920c00528ee33;hb=1bd8b8184ee3bc7fc023d6d6dfb2ca99fb6612f3;hp=6f03d13bd07ec0cc2b25fb05bfc856f2dc8bd328;hpb=b21a0ef8fc3d78ca3cc9d08e8ec8e41705d9902e;p=elogind.git diff --git a/src/systemd-analyze b/src/systemd-analyze index 6f03d13bd..4f3e478e9 100755 --- a/src/systemd-analyze +++ b/src/systemd-analyze @@ -89,7 +89,7 @@ if len(sys.argv) <= 1 or sys.argv[1] == 'time': finish_time/1000) else: print "Startup finished in %lums (kernel) + %lums (userspace) = %lums" % ( \ - startup_time/1000, \ + start_time/1000, \ (finish_time - start_time)/1000, \ finish_time/1000)